{% 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 %}
{% csrf_token %}
{% if force_link or existing_user.email == identity.email %}

We're going to associate this {{ provider }} account with your Sentry account, which means all of your existing settings will stay intact.

{% else %}

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

{% endif %}
{% endblock %}