{% extends "account/email/base.html" %} {% block subject %} {{ _('Validate your account') }} {% endblock %} {% block subtitle %} {{ _('Hello') }} {{ user['fullname'] }}, {% endblock %} {% block body %}

{{ _('Thank you for creating an account in') }} {{ config.BRAND }}.

{{ _('Just one more step!') }}

{{ _('To verify that you are the owner of this e-mail address, please visit the URL below') }}:

{{ _('If you did not request this, please ignore this email') }}.

{{ _('Click here to confirm your e-mail address and create your account') }}:

{{ confirm_url }}

{{ _('Regards') }},

{{ config.BRAND }} {{ _('Team') }}

{% endblock %}