{% extends "base.html" %} {% block content %}

Invitation to join team: {{ teamname }}

{{ inviter | user_reference }} has invited you to join the team {{ teamname }} under organization {{ organization | user_reference }}.

To join the team, please click the following link:
{{ app_link('confirminvite?code=' + token) }}

If you were not expecting this invitation, you can ignore this email. {% endblock %}