{% extends "registration/base.html" %} {% load i18n %} {% block breadcrumb %} {% endblock %} {% block main %}

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

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