{% load adagiostags %} {% load i18n %}
{% trans "Time" %} | {% trans "Author" %} | {% trans "Host" %} | {% trans "Service" %} | {% trans "Comment" %} | ||||
---|---|---|---|---|---|---|---|---|
{{ i.entry_time|timestamp|date:'Y-m-d H:i' }} | {% if i.entry_type == 1 %} {% endif %} {% if i.entry_type == 2 %} {% endif %} {% if i.entry_type == 3 %} {% endif %} {% if i.entry_type == 4 %} {% endif %} | {{ i.author }} | {{ i.host_display_name }} | {{ i.service_display_name}} | {{ i.comment }} |