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

Invitation to "{{ project.name }}"

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