{% extends "partials/dashboard-base.html" %} {% block content %}

Verify OTP

{% if remaining_attempts < max_attempts %}
{% if remaining_attempts > 0 %} Warning: {{ remaining_attempts }} attempt{{ remaining_attempts|pluralize }} remaining {% else %} Locked: Too many failed attempts {% endif %}
{% endif %}
{% csrf_token %}
{% endblock %}