{% extends "base.html" %} {% load static %} {% load i18n %} {% block title %}{% translate "Invitation" %} · {{ team.name }} · {{ site_title }}{% endblock %} {% block content %}
{% csrf_token %}

{% translate "Invitation" %} · {{ team.name }}

You have been invited to join the team "{{ team.name }}" in the role of "{{ membership.get_role_display }}". Please confirm by clicking the button below.
{% endblock %}