{% extends "base.htm" %} {% from 'bs_page_header.htm' import bs_page_header with context %} {% from 'bs_form_body.htm' import bs_form_body with context %} {% block main %} {{ bs_page_header(request.view_title) }} {% if request.user.is_authenticated() %} {% include "already_logged_in.htm" %} {% endif %}
{{ _("Forgotten your password? Enter your e-mail address below, and we'll send you an e-mail allowing you to reset it.") }}
{{ bs_form_body(form) }}
{{ _('Please contact us if you have any trouble resetting your password.') }}
{% endblock main %}