{% load hc_extras %} {% if events %}
#{{ event.n }} | {% if event.exitstatus > 0 %} Status {{ event.exitstatus }} {% elif event.kind == "fail" %} Failure {% elif event.kind == "start" %} Started {% elif event.kind == "ign" %} Ignored {% else %} OK {% endif %} |
{% if event.delta %}
{{ event.delta|hms }}
{% endif %}
{% if event.scheme == "email" %}
{{ event.ua }}
{% else %}
{{ event.scheme|upper }}
{{ event.method }}
{% if event.remote_addr %}
from {{ event.remote_addr }}
{% endif %}
{% if event.ua %}
- {{ event.ua|truncatechars:80 }}
{% endif %}
{% endif %}
|
||
{% include "front/event_summary.html" %} |