{% extends 'mails/base_layout.mnjk' %} {% block body %} New user account on {{ app.name }} A new user is pending review on {{ app.name }}.
Username: {{ username }}
Go to account reviews
{% endblock %} {% block text %} Hi! A new user is pending review on {{ app.name }}. Username: {{ username }} To review this account, please follow this link: {{ link|safe }} {% endblock %}