{% extends 'base.html' %} {% load i18n static %} {% block content %}
{% trans 'home' %} {% trans 'home' %}

{{ _("Enter the verification code") }}

{{ _("An OTP has been sent to your email. Please enter it below") }}

{% csrf_token %}
{{ _("Didn’t receive the code") }}?
{% endblock %}