{% load wagtailcore_tags %} {% if exceptions %}
{% for exception in exceptions %}
{{ exception.localTitle }}
{% if exception.postponement_title %} {% if exception.cancellation_title %}

{{ exception.cancellation_title }} on {{ exception.postponed_from }}

{% endif %}

{{ exception.postponement_title }} on {{ exception.postponed_to }}

{% elif exception.cancellation_title %}

{{ exception.cancellation_title }}

{% elif exception.extra_title %}

{{ exception.extra_title }}

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