{% extends "site_base.html" %} {% load i18n %} {% block breadcrumb %} {% endblock %} {% block body %}

{% 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 %}