{% load i18n %}

Connexion

{% csrf_token %} {{ form.as_p }} {% if cancel %} {% endif %}
{% if can_reset_password %}

→ {% trans "Forgot password?" %} {% trans "Reset it!" %}

{% endif %} {% if registration_authorized %}

→ {% trans "Not a member?" %} {% trans "Register!" %}

{% endif %}