{% extends "sentry/bases/twofactor_settings.html" %} {% load i18n %} {% load sentry_helpers %} {% block twofactor_body %} {% if auth.remove_button %} {% if auth.is_enrolled %}

Method is enabled

{% else %}

Method is currently not enabled

{% endif %} {% endif %} {% block twofactor_info %}

{{ auth.description }}

{% if auth.is_enrolled %}
Last used:
{% if auth.authenticator.last_used_at %}{{ auth.authenticator.last_used_at|date:"N j, Y, P e" }}{% else %}{% trans "never" %}{% endif %}
Created at:
{% if auth.authenticator.created_at %}{{ auth.authenticator.created_at|date:"N j, Y, P e" }}{% else %}{% trans "never" %}{% endif %}
{% endif %} {% endblock %}
{% csrf_token %} {% block twofactor_buttons %} {% if not auth.is_enrolled %} {% elif auth.remove_button %} {% endif %} {% endblock %}
{% trans "Back" %}
{% endblock %}