{% extends "sentry/bases/auth.html" %} {% load crispy_forms_tags %} {% load i18n %} {% load sentry_helpers %} {% block title %}{% trans "Confirm Identity" %} | {{ block.super }}{% endblock %} {% block auth_main %}
{% csrf_token %}
{% if existing_user.email == identity.email %}

We're going to associate your new identity with your existing account which means all of your existing settings will stay in tact.

{% else %}

Would you like to associate this identity with your existing account? If not, we'll go ahead and create a new account for you.

{% endif %}
{% endblock %}