{% comment %} {% load static %} OTP Verification

{% csrf_token %}
{% if purpose == 'login' %} Login OTP Verification {% else %} Forgot Password OTP Verification {% endif %}
{% if messages %}
{% for message in messages %}

{{ message }}

{% endfor %}
{% endif %}
{% endcomment %} {% load static %} OTP Verification

{% csrf_token %}
Verify OTP
{% comment %} OTP Verification

{% csrf_token %}
Verify OTP
{% endcomment %}