{% load i18n %}
{% if form.errors %}

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

{% endif %}
{% csrf_token %} {{form.as_p}}

 

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

{% trans "Forgot password ?" %}