{% extends 'mail/base.txt' %}

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


{{ _('You can go on your organization page') }}:
{{ org.url_for(_external=True) }}
{% endblock %}
