{% load url from future %} {% load i18n %} {% if log %} {% load adagiostags %}
{% trans "Time" %} | {% if object_type == 'hostgroup' %}{% trans "Host" %} | {% trans "Service" %} | {% endif %} {% if object_type == 'host' %}{% trans "Service" %} | {% endif %}{% trans "Duration" %} | {% trans "Message" %} | |
---|---|---|---|---|---|---|
{{ line.time|timestamp|date:'Y-m-d H:i' }} | {% if object_type == 'hostgroup' %}{{ line.host_name }} | {{ line.service_description }} | {% endif %} {% if object_type == 'host' %}{{ line.service_description }} | {% endif %}{{ line.duration|duration}} |
{{ line.text }}
|