{% 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.

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