{% load i18n %} {% if settings.SHIBBOLETH %}
{% 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 %}