{% extends "sentry/bases/twofactor_settings.html" %} {% load crispy_forms_tags %} {% load i18n %} {% load sentry_helpers %} {% block twofactor_title %}{% trans "Enrollment: " %} {{ auth.name }}{% endblock %} {% block twofactor_body %}

To enroll use an application on your phone to get two-factor authentication codes when prompted. Scan the below QR code and then enter a code to confirm the enrollment.

{% for row in provision_qrcode %} {% for cell in row %} {% endfor %} {% endfor %}
{% csrf_token %} {{ otp_form|as_crispy_errors }} {% for field in otp_form %} {{ field|as_crispy_field }} {% endfor %}
{% trans "Cancel" %}
{% endblock %}