{% extends "base.html" %} {% load i18n %} {% block title %}{% blocktrans with project=invite.project.name %} Private project: {{ project }}{% endblocktrans %}{% endblock %} {% block content %} {% include 'euth_projects/includes/project_hero_unit.html' with project=invite.project %}

{% blocktrans with project=invite.project.name %} Do you want to join {{ project }}?{% endblocktrans %}

{{ form.non_field_errors }}

{% trans "You were invited by the initiator of the project. If you accept you will be able to participate in the project. If you decline the invitation, you can also ask for membership at a later time." %}

{% block invite_action %}{% endblock %}
{% endblock %}