{% extends "twilio_2fa/_base.html" %} {% load widget_tweaks %} {% block content %}

For the security of your account, we require verification before you can continue on to our site.

We will be verifying via {{ obfuscated_phone_number }}.

{% include "twilio_2fa/_messages.html" %}
Choose a verification method:
{% for method in methods %}
{% endfor %}
{% csrf_token %}
{% endblock %}