{% extends "base.html" %} {% block localheader_title %}Get started!{% 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 %} {% with form.username as bound_field %} {% endwith %} {% if form.password %} {% with form.password as bound_field %} {% endwith %} {% endif %}
{% if email_verification_link %}
{% csrf_token %}
{% endif %} {% if register_link %} Sign Up {% endif %} {% endif %}
{% endblock %}