{% extends "sentry/account/base.html" %} {% load crispy_forms_tags %} {% load i18n %} {% load sentry_helpers %} {% block title %}{% trans "Identities" %} | {{ block.super }}{% endblock %} {% block breadcrumb %} {{ block.super }}
  • /
  • {% trans "Identities" %}
  • {% endblock %} {% block heading %} {% trans "Identities" %} {% endblock %} {% block inner %}
    {% trans "Current Identities" %}
    {% if not identity_list %}

    {% trans "There are no identities associated with this account." %}

    {% else %} {% for identity in identity_list %} {% endfor %}
    {% trans "Identity" %}  
    {{ identity.provider|title }} Disconnect
    {% endif %} {% if AUTH_PROVIDERS %}
    Associate a New Account
    {% endif %} {% endblock %}