{% extends "site_base.html" %} {% load i18n %} {% block body_outer %}

{% trans "Enter your email address and click the submit button.
Your username will be sent to you." %}

{% csrf_token %} {{ form.as_p }}
{% if message %}
{{ message }}
{% endif %}
{% endblock %}