{% load i18n %} {% if ENABLE_ACCOUNT_LOGIN %}
{% trans "Please log in with your account" %}
{% if form.non_field_errors %} {% endif %}
{% csrf_token %} {{ form.username.errors }} {{ form.password.errors }}
{% endif %} {% if backends.backends|length %}
{% trans "Please choose a provider" %}
{% endif %}