{% extends 'mails/base_layout.mnjk' %} {% block body %} Add this email address on {{ app.name }} Someone wants to add {{ mail_to }} to their account.

Do not click on this if this is not you!
Add {{ mail_to }} on {{ app.name }}
{% endblock %} {% block text %} Hi! Someone wants to add {{ mail_to }} to their account. To add this email address, please follow this link: {{ link|safe }} {% endblock %}