{% load i18n %} {% load tz %} {% spaceless %} {% if key == 'silence-all' %}
Silences {{ silences|length }}
{% else %}
{% endif %} {% for silence in silences|dictsort:"endsAt" %} {% endfor %}
Ends Matchers Comment CreatedBy Expire
{{ silence.endsAt|timezone:TIMEZONE }} {% for matcher in silence.matchers %} {{ matcher.name }}:{{ matcher.value }} {% endfor %} {{ silence.comment }} {{ silence.createdBy }}
{% csrf_token %}
{% if key == 'silence-all' %}
{% else %}
{% endif %} {% endspaceless %}