{% load i18n %} {% if settings.SHIBBOLETH %} {% trans 'Login with Shibboleth' %} {% else %}
{% csrf_token %} {% if redirect_field_value %} {% 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 %}