{% extends 'neuro_backoffice/bo_layout.html' %} {% block title %}OTP{% endblock %} {% block content %}
TNOA 2023

Authenticate yourself

{% for mesg in get_flashed_messages(category_filter=["successMsg"]) %}

×

{{ mesg|safe }}
{% endfor %} {% for mesg in get_flashed_messages(category_filter=["errorMsg"]) %}

×

{{ mesg|safe }}
{% endfor %}

Key in your OTP


OTP not received? Click here to send again
Change login email id ? Click here
{% endblock %}