{% extends "base.htm" %} {% from 'bs_page_header.htm' import bs_page_header with context %} {% block main %} {{ bs_page_header(request.view_title) }} {% if sdv.call_prop(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.") }}
{{ render_form(request, 'body', form) }}
{{ _('Please contact us if you have any trouble resetting your password.') }}
{% endblock main %}