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

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

{{ _("An email containing a 6-digit verification code has been sent to your email.") }}

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