{% extends "mails/notifications/base.html" %} {% block message %}
{{ get_user(data['inviter_id']).name }} has invited you to be a member of the basic group "{{ get_group(data['group_id']).name | get_translated_text('en') }}". If you wish to join this basic group, please click the button below:
{% endblock %} {% block notes %}This invitation will expire at {{ data['expiration_utc_datetime'] }}.
{{ super() }} {% endblock %}