{% load adagiostags %} {% load i18n %} {% for service in services %} {% endfor %}
{% trans "Host" %} {% trans "Service Check" %} {% trans "Duration" %} {% trans "Last Check" %}
{% ifchanged service.host_name %}
{{ service.host_name }} {% else %} {% endifchanged %}
{{ service.description }}
{{ service.plugin_output|slice:"50" }}
{% if service.comments_with_info %} {% endif %} {% if service.last_state_change != 0 %} {{ service.last_state_change|timestamp|timesince }} {% endif %} {% if service.last_check != 0 %} {% blocktrans with lc=service.last_check|timestamp|timesince %}{{ lc }} ago{% endblocktrans %} {% else %} {% trans "never" %} {% endif %}
{% blocktrans with length=services|length %}{{ length }} objects found.{% endblocktrans %}