{% extends "base.html" %} {% load i18n %} {% block title %}{% blocktrans with project=view.project.name %} Private project: {{ project }}{% endblocktrans %}{% endblock %} {% block content %} {% include 'euth_projects/includes/project_hero_unit.html' with project=view.project %}
{% blocktrans with date=join_request.created %} This is a private project. You have applied for a membership on {{ date }}. Your request is awaiting moderation. {% endblocktrans %}
{% else %}This is a private project. In order to see its content you have to ask the owner for permission to join.
{% endif %}