{% extends "horizontal_card.html" %} {% load thumbnail %} {% load i18n %} {% block img %} {% endblock img %} {% block title %} {{ project.name | truncatechars:30}}
{{ project.dateCreated }}
{% include '_card_moderation_info.html' with object=project %} {% if project_permission is not None and not project_permission.accepted %}
{% trans "Waiting to accept the invitation" %}
{% endif %} {% endblock title %}