{% extends "base.html" %} {% load i18n %} {% load staticfiles %} {% block title %}{% trans "Login" %}{% endblock %} {% block sidenav %}{% endblock %} {% block brcrmb_container %}{% endblock %} {% block extraheadbottom %} {% endblock %} {% block contentplaceholder %}

{% trans "What" %}?


{% blocktrans %}If you are new to the service, take some time to read the{% endblocktrans %} {% trans "Service Description" %}

{% blocktrans %}Before asking why? take some time to look at the{% endblocktrans %} {% trans "Service Terms" %}

{% trans "How" %}?


{% blocktrans %}If you have properly set your Shibboleth attributes, you may proceed{% endblocktrans %}

{% if settings.SHIB_LOGIN_ENABLED %}

{% trans "Shibboleth Login" %}

{% else %}

{% trans "Local Login" %}

{% endif %}

{% trans "Help" %}?


{% with BRANDING.name as name %}

{% blocktrans %}For troubleshooting info and remarks do not hesitate to contact {{ name }}'s Helpdesk.{% endblocktrans %}

{% endwith %}
{% endblock %}