{# -*- mode: jinja2 -*- #} {% extends "include/base.html" %} {% block breadcrumb_li %} {% endblock %} {# {% block head_title %}{{ _("Confirm your email address") }}{% endblock %} #} {% block content %}
{% trans %}We have sent you an email to {{ email }} for verification. Follow the link provided to finalize the signup process. If you do not receive it within a few minutes, contact us at {{ THEME_CONTACT_EMAIL }}.{% endtrans %}
{% endblock %}