{% 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 %}
{% 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." %}