{% 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'), url_for('organizations.show', org=org, _external=True) ) }}
{% endblock %}