{% load hc_extras tz %} {% timezone tz %} {% for d in downtimes %} {% endfor %}
{{ d.boundary|date:"N Y"}} {% if d.no_data %} – {% elif d.count %} {{ d.count }} downtime{{ d.count|pluralize }}, {{ d.duration|hc_approx_duration }} total {{ d.monthly_uptime|pct }}% uptime {% else %} All good! {% endif %}
{% endtimezone %}