{% load i18n passerelle tz gadjo %} {% if downtimes %}
{% trans 'Start date' %} | {% trans 'End date' %} | {% trans 'Duration' %} | {% trans 'Error' %} | {% for record in downtimes %}
---|---|---|
{{ record.start|localtime }} | {% if record.end %} {{ record.end|localtime }} {% else %} {% trans "Down" %} {% endif %} | {{ record.human_duration|default:"-" }} |
{% if page_obj.number > 1 %} {% if page_obj.previous_page_number != 1 %} 1 … {% endif %} {% endif %} {% if page_obj.has_previous %} {{ page_obj.previous_page_number }} {% endif %} {{ page_obj.number }} {% if page_obj.has_next %} {{ page_obj.next_page_number }} … {% endif %}
{% endspaceless %} {% endif %} {% endwith %} {% else %}{% trans 'No downtimes found' %}
{% endif %}