{% load i18n %} {% if settings.SHIBBOLETH %}

{% trans 'Login with Shibboleth' %}

{% endif %} {% if settings.LOGIN_FORM %}
{% csrf_token %} {% if redirect_field_value %} {% elif next %} {% endif %} {% include 'core/bootstrap_form_fields.html' %}
{% endif %} {% if settings.ACCOUNT %} {% include 'account/login_form_account.html' %} {% endif %} {% if settings.SOCIALACCOUNT %} {% include 'account/login_form_socialaccount.html' %} {% endif %}