Forgot Password
{% if user.is_authenticated %}
You are already logged in!
{% else %}
{% if form.errors %}
The email address provided is incorrect.
{% endif %}
{% endif %}
{% if not user.is_authenticated %}
{% endif %}