{% 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}}". If you wish to join this basic group, please click the button below:

Join Basic Group

{% endblock %} {% block notes %}

This invitation will expire at {{ data['expiration_utc_datetime'] }}.

{{ super() }} {% endblock %}