{% extends "sentry/account/twofactor/configure.html" %} {% load i18n %} {% load sentry_helpers %} {% block twofactor_info %} {{ block.super }} {% if auth.is_enrolled %}

Confirmation codes are sent to the following phone: {{ auth.phone_number }}

{% endif %} {% endblock %}