{% extends "base.html" %} {% block localheader_title %}Sign In{% endblock %} {% block content %}
{% if sso_required %}

You are required to login through the following Single Sign On (SSO) provider:

{{sso_required.printable_name}} {% else %}
{% csrf_token %} {{form}}

Forgot password? {% if urls.user.register %} or Sign Up {% endif %}

{% endif %}
{% endblock %}