{% extends "_base.html" %} {% block title %}Continue to your account{% endblock %} {% block header %} {% endblock %} {% block body %}

Continue to your account

{% include "sso_partial_profile.html" %}

Continuing will grant {{ display_url }} access to your account.

Continue
{% include "sso_footer.html" without context %} {% endblock %}