{% load i18n %} {{ subject }}
{% include 'base/header.html' %}
{{ welcome|linebreaks }}
{% autoescape off %} {{ announce|linebreaks|safe }} {% endautoescape %}
{% if confirm_button %} {{ confirm_button }} {% else %} {{ confirmation_link }} {% endif %}
{% autoescape off %} {{ thank_you|linebreaks|safe }} {% endautoescape %}
{% autoescape off %} {{ help|linebreaks|safe }} {% endautoescape %}
{% include 'base/footer.html' %}