{% extends "sentry/bases/twofactor_settings.html" %} {% load i18n %} {% load sentry_helpers %} {% block title %}{% trans "Two-Factor Authentication" %} | {{ block.super }}{% endblock %} {% block twofactor_title %}{% trans "Two-factor Authentication" %}{% endblock %} {% block twofactor_body %} {% if has_2fa %}
{% blocktrans %}Two-factor authentication is enabled.{% endblocktrans %}
{% else %}{% blocktrans %}Two-factor authentication is currently disabled.{% endblocktrans %}
{% endif %}Two-factor authentication improves your security by requiring an authentication code in addition to your password.
{{ auth.description }}