{% 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?

Don't have an account? -- Sign up

{% endif %}
{% endblock %}