{% load i18n %} {{ subject }}
{% include 'base/header.html' %}
{{ welcome|linebreaks }}
{% if reset_button %} {{ reset_button }} {% else %} {{ confirmation_link }} {% endif %}
{{ help|linebreaks }}
{% include 'base/footer.html' %}