{% extends theme('base.html') %} {% import theme('macros/forms.html') as forms with context %} {% block content %}

{{ _('Reset Password') }}

{{ _("Fields preceded by a star (*) are required.") }}

{{ forms.render_fields(reset_password_form, submit=_('Reset Password')) }}
{% endblock %}