{% extends "account/base_manage.html" %}
{% load i18n %}
{% block title %}
{% trans "Verify your email address" %}
{% endblock title %}
{% block page.content %}
{% url 'account_email' as email_url %}
{% blocktrans %}To acces this part of the site, you must first verify your email address.{% endblocktrans %}
{% blocktrans %}We have sent an email to you for verification. Please click on
the link inside that email. If you do not see the verification email in your main
inbox, check your spam folder. If you do not receive it within 10 minutes, please contact us.{% endblocktrans %}
{% blocktrans %}Note: you can still
change your email address.{% endblocktrans %}
{% endblock page.content %}