{% extends "twilio_2fa/_base.html" %} {% load widget_tweaks %} {% block content %}
Unfortunately, we were not able to verify your identity. {% if can_retry %}You can attempt to verify your account again by clicking the button below. {% else %}You will not be able to proceed.{% endif %}
{% include "twilio_2fa/_messages.html" %} {% if can_retry %}
Retry Verification
{% endif %}
If you feel this was in error or are having difficulties verifying, please contact customer support.

{{ request.session.twilio_2fa_sid|default:"TWILIO_SID_GOES_HERE" }}
{% endblock %}