{% extends 'base.html' %} {% load i18n static %} {% block content %} {{ block.super }}

{% translate 'Retrieve Username' %}

{% translate 'Forgotten your username? Enter your email address below, and we’ll email it to you.' %}

{% csrf_token %}
{% include "dojo/form_fields.html" with form=form %}
{% endblock %}