{% extends 'security/email/base.html' %} {% from 'security/email/button.html' import mail_button %} {% block body %}

{{ _('Please confirm your email through the link below:') }}


{{ mail_button( _('Confirm my account'), confirmation_link ) }}
{% endblock %}