{% load i18n %} {% if settings.SHIBBOLETH %} {% if settings.SHIBBOLETH_LOGIN_URL %}
{% else %} {% endif %} {% endif %} {% if settings.LOGIN_FORM %} {% endif %} {% if settings.ACCOUNT %} {% include 'account/login_form_account.html' %} {% endif %} {% if settings.SOCIALACCOUNT %} {% include 'account/login_form_socialaccount.html' %} {% endif %}