{% load wagtailcore_tags %} {% if exceptions %}
{% for subtitle, exception in exceptions %}
{{ exception.localTitle }}
{% if subtitle %}

{{ subtitle }}

{% endif %}
{% endfor %}
{% endif %}