{% extends "client/base_catalog.html" %} {% load i18n %} {% block title %}{% trans "Email confirmation" %}{% endblock %} {% block page_body %}

{% trans "Enter your email" %}

{% if form.errors %}

{% trans "Please correct the errors below:" %}

{% endif %}
{% csrf_token %}
{# #} {% if invalid %} {% trans "Такой Email уже существует." %} {% endif %}
{% endblock %} {% block content-related %}

{% trans "Please enter your valid email, to activate account we will send you an email on this e-mail address" %}

{% endblock %}