{% extends "sentry/bases/account.html" %} {% load crispy_forms_tags %} {% load i18n %} {% load sentry_helpers %} {% block title %}{% trans "Account Security" %} | {{ block.super }}{% endblock %} {% block main %} {% if has_2fa %}
{% trans "Manage" %} {% blocktrans %}Two-factor authentication is enabled.{% endblocktrans %}
{% else %}{% trans "Enable" %} {% blocktrans %}Two-factor authentication is currently disabled.{% endblocktrans %}
{% endif %} {% endblock %}