{% extends M.userbase.config.master_template %} {% import "_m/userbase/macros.html" as macros with context %} {% block content %}

{{_('Set a new password')}}

{{_('Please enter your email address below and we will send you instructions on how to set a new password.')}}
{{ macros.form_field(form.email, class="required email") }}
{% endblock %}