{% extends "sentry/bases/account.html" %} {% load crispy_forms_tags %} {% load i18n %} {% load sentry_helpers %} {% block title %}{% trans "Email Settings" %} | {{ block.super }}{% endblock %} {% block main %} {% if request.user.has_unverified_emails %}
{{ primary_email.email }} (Primary) {% if not primary_email.is_verified %} Unverified {% endif %} | ||
{{ email.email }} {% if not email.is_verified %} Unverified {% endif %} | {% if email != primary_email and email.is_verified and not user.is_managed %} {% endif %} | {% if email != primary_email %} {% endif %} |
To use an email for notifications it must be verified