Login
{% if resend_success %}
A new verification email has been sent.
{% endif %}
{% if show_resend %}
Please verify your email address before logging in.
Check your inbox for a verification link.
{% endif %}
{% if errors.non_field_errors %}
Login failed: {{ errors.non_field_errors.0 }}
{% endif %}