{% load static %} {% load i18n %}

{% trans "Identifiants" %}

{% if form.errors %}

{% trans "Sorry, that's not a valid username or password." %}

{% endif %}
{% csrf_token %}

{{form.username}}

{{form.password}}

{% trans "Forgot password ?" %}

{% trans "Still not a user ? Create an account" %}