{% extends "main.html" %} {% block title %}{{_("Validate your email")}}{% endblock %} {% block content %} {{ super() }} {% import '_form_macros.html' as macros %}
{{ form.csrf_token }}

{{_("Validate your email")}}

{{_("Hello %(user_name)s. Do you want to set your %(attr_name)s to %(mail)s?", user_name=user.name, attr_name=attr_label, mail=value)}}

{% endblock %}