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