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

Registered Devices

{% endif %} {% endwith %} {% endblock %} {% block twofactor_buttons %} {{ block.super }} {% if auth.is_enrolled %} {% endif %} {% endblock %}