{% load i18n %} {% load static %} {% block customCSS %} {% endblock %} {% block title %}{% trans 'Enter Verification Code' %}{% endblock %} {% block description %}{% trans 'Enter Verification Code' %}{% endblock %} {% block body %}
{% trans "We've sent a verification code to your email. Please enter it below" %}:
{% if messages %} {% for message in messages %} {% endfor %} {% endif %}