{# vim: set ts=2 et sts=2 sw=2: #} {% extends "users/base.html" %} {% from "layout/errorlist.html" import errorlist %} {% set title = _('Retrieve Username') %} {% set classes = 'username' %} {% block content %}

{{ title }}

{{ csrf() }}

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

{{ errorlist(form) }}
    {{ form.as_ul() }}
{% endblock content %}