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

{{ verification_id }}
{% endif %} {% endblock %}