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