{% extends "sentry/bases/auth.html" %} {% load crispy_forms_tags %} {% load i18n %} {% load sentry_avatars %} {% block title %}{% trans "Confirm Identity" %} | {{ block.super }}{% endblock %} {% block auth_main %} {% if existing_user %}
We found an existing account for {{ identity.email }}.
Please confirm your credentials:
We've identified you as {{ identity.email }}.
We'll go ahead and create a new account for you with this email address.
Continue