{% if submited %}{# Info if the form was submit #}

A 'password reset' email was send to you.
Please check you emails ;)

Note: {% else %}{# The html form to get the password reset email. #}
{% trans 'Reset your password:' %}
{{ form.as_p }}
{% endif %}