{% if data.ENABLE_SAML2_SSO_AUTH %}

Sign in with:

Single Sign-on

Or:

{% else %}

Sign in

{% endif %} {% if data.login_error %}
Invalid username and/or password. Please try again or contact an administrator for any assistance.
{% endif %} {% if data.login_locked %}
Your username is not activated yet. Please check back soon or contact an administrator for any assistance.
{% endif %}
{% csrf_token %} {% for field in data.login_form.visible_fields %}
{{ field }}
{% endfor %} {% for field in data.login_form.hidden_fields %} {{ field }} {% endfor %} {% if data.with_website_features %}

No account? Request one

{% endif %}