{% extends "account/email/base.html" %} {% block subject %} {{ _('Validate your account') }} {% endblock %} {% block subtitle %} {{ _('Hello') }} {{ user['fullname'] }}, {% endblock %} {% block body %}
{{ _('You have updated your email's account in') }} {{ config.BRAND }}.
{{ _('To verify that you are the owner of this e-mail address, please visit the URL below') }}:
{{ _('Click here to validate your new e-mail address') }}:
{{ _('Regards') }},
{{ config.BRAND }} {{ _('Team') }}
{% endblock %}