{% 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 %}
{% if services|length == settings.livestatus_limit %} {% blocktrans with length=services|length %}Results limited to {{ length }} services{% endblocktrans %} {% blocktrans %}See all{% endblocktrans %} {% else %} {% blocktrans with length=services|length %}{{ length }} services found.{% endblocktrans %} {% endif %}