{% load i18n %} {% if True %} {# TODO: replace by check, whether local login is enabled #}
{% trans "Please log in with your account" %}
{% if form.non_field_errors %} {% endif %}
{% csrf_token %}
{% endif %} {% if backends.backends|length %}
{% trans "Please choose a provider" %}
{% endif %}