{% extends "sentry/bases/modal.html" %} {% load crispy_forms_tags %} {% load i18n %} {% load sentry_helpers %} {% block wrapperclass %}windowed-small org-login{% endblock %} {% block title %}{% trans "Confirm Identity" %} | {{ block.super }}{% endblock %} {% block account_nav %}{% endblock%} {% block main %}
{% csrf_token %}

You're already logged in with an existing account. Would you like to add this identity? If not, we'll go ahead and create a new account for you.

{% endblock %} {% block footer %} {% endblock %}