{% extends "one_column_body.html" %} {% block title %}{% filter trim %}{% trans %}Confirm email address{% endtrans %}{% endfilter %}{% endblock %} {% block layout_class %}verify-email-page{% endblock %} {% block content %}

{% trans %}Confirm email address{% endtrans %}

{% trans %}Validation email sent. Please find it and follow the enclosed link.{% endtrans %}

{% trans %}If the link doesn't work - enter the emailed code below:{% endtrans %}

{{ csrf_input }}
{% endblock %}