{% extends 'mail/base.txt' %}
{% block body %}
{{ _('Please confirm your email through the link below:') }}

{{ confirmation_link }}

{% endblock %}
