{% load i18n admin_static %} {% get_current_language as LANGUAGE_CODE %}{% get_current_language_bidi as LANGUAGE_BIDI %} {{ site_title }} | {% trans "Log in" %}
{% csrf_token %} {% if form.errors %}
{% for error in form.non_field_errors %}

{{ error }}

{% endfor %}
{% endif %}