{% extends "base.html" %} {% load i18n %} {% load account %} {% block head_title %}Confirm Email{% endblock %} {% block content %}
Please confirm that {{ confirmation.email_address.email }} is an email address for user {{ user_display }}.
{% else %}Please request a new email confirmation.
{% endif %}