{% extends TEMPLATE_BASE %} {% block header %}

{{ settings.SITE_TITLE }} — Password Forgotten

{% endblock %} {% block content %} {% if error %}

{{error}}

{% endif %}
Your Username :
{% endblock %}