{% 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 %} {# {% url "social:complete" backend=backend %}#}
{% csrf_token %} {% for field in form %}
{{ field }} {{ field.errors }}
{% endfor %}
{% 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 %}