{% load i18n %}
{% comment %}
This help text will only show up if websso is enabled
because websso introduces new authentication mechanisms.
{% endcomment %}
{% block websso-help-text %}
{% blocktrans trimmed %}
If you are not sure which authentication method to use, contact your administrator.
{% endblocktrans %}
{% endblock %}