{% extends 'base.html' %} {% load i18n %} {% block content %}

Connexion

{% if form.errors and not form.non_field_errors %} {% endif %} {% if form.non_field_errors %} {% endif %} {% if user.is_authenticated %} {% endif %}
{% csrf_token %}
{% url 'admin_password_reset' as password_reset_url %} {% if password_reset_url %} {% endif %}
{% endblock %}