{% load i18n %} {% if settings.SHIBBOLETH %} {% trans 'Login with Shibboleth' %} {% else %}
{% endif %} {% if settings.ACCOUNT %} {% include 'account/login_form_account.html' %} {% endif %} {% if settings.SOCIALACCOUNT %} {% include 'account/login_form_socialaccount.html' %} {% endif %}