{% trans "Forgotten your password? Enter your email address below, and we'll send you an email allowing you to reset it." %}
{% url 'account_reset_password' as reset_url %} {% element form form=form method="post" action=reset_url %} {% slot body %} {% csrf_token %} {% element fields form=form %} {% endelement %} {% endslot %} {% slot actions %} {% element button type="submit" %} {% trans 'Reset My Password' %} {% endelement %} {% endslot %} {% endelement %}{% blocktrans %}Please contact us if you have any trouble resetting your password.{% endblocktrans %}
{% endblock content %}