{% autoescape off %}[{{ status }}]{% for k,v in commonLabels.items|dictsort:0 %} {{ v }}{% endfor %}
{% for k,v in commonAnnotations.items|dictsort:0 %}
{{ k|title }}: {{ v }}{% endfor %}
{% for alert in alerts %}
Labels: {% for k,v in alert.labels.items|dictsort:0 %}{% if k not in commonLabels %}{{ v }} {% endif %}{% endfor %}{% for k,v in alert.annotations.items|dictsort:0 %}{% if k not in commonAnnotations %}
{{ k|title }}: {{ v }}{% endif %}{% endfor %}
Source: {{ alert.generatorURL }}
{% endfor %}{% endautoescape %}
