{% if log %} {% load adagiostags %}
Time | {% if object_type == 'hostgroup' %}Host | Service | {% endif %} {% if object_type == 'host' %}Service | {% endif %}Duration | 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 }}
|