{% extends "metronic/account/base.html" %} {% load i18n static widget_tweaks account sekizai_tags %} {% block title %}{% trans 'Email Verification Sent' %}{% endblock %} {% block content %}
{% csrf_token %}

{% trans "Two Step Verification" %}

{% trans 'Email Verification Sent' %}

{% blocktrans with email=user.show_email %} Follow the link sent to email: {{ email }} and finalize the signup process or verify your account using the registered phone number and confirmation code sent. {% endblocktrans %}
{% trans "Enter the verification code we sent to" %}
{{ user.show_phone }}
{% trans "Type your 6 digit security code" %}
{% comment %}
{% trans "Didn’t get the code ?" %} {% trans "Resend" %} or {% trans "Call Us" %}
{% endcomment %} {% addtoblock "page_css" %} {% endaddtoblock %} {% addtoblock "page_js" %} {% endaddtoblock %} {% endblock %}