{% extends "accounts/base.html" %} {% load djblets_deco i18n %} {% block title %}{% trans "Recover Password" %}{% endblock %} {% block auth_content %}
{% blocktrans %} Forget your password? That's okay, just enter your e-mail address and we'll get you going again. {% endblocktrans %}
{% if form.errors %} {% errorbox %}{{form.non_field_errors}}{% enderrorbox %} {% endif %}