{% load i18n static simpletags %} {% get_current_language as LANGUAGE_CODE %}{% get_current_language_bidi as LANGUAGE_BIDI %} {{ site_title }}-{% trans 'Log in' %}
{{ site_header }}
{% if form.non_field_errors %} {% for error in form.non_field_errors %} {% endfor %} {% endif %} {% if form.errors and not form.non_field_errors %}

{% if form.errors.items|length == 1 %} {% else %} {% endif %}

{% endif %}
{% csrf_token %}