{% load wagtailcore_tags %} {% if future_exceptions %}
{% for subtitle, exception in future_exceptions %}
{{ exception.title }}
{% if subtitle %}

{{ subtitle }}

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