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

{{ _('Congratulations, you are now a member of the organization "%(org)s"', org=( ''|safe + org.name + ''|safe ), ) }}.

{{ mail_button( _('See the organization page'), org.url_for(_external=True) ) }}
{% endblock %}