{% extends 'horizontal_card_member.html' %} {% load i18n %} {% block img %} {% if has_permission_to_edit %} {% endif %} {{ block.super }} {% endblock %} {% block title %} {{ block.super }} {% if not project_permission.accepted %}
{% trans "Waiting to accept the invitation" %}
{% endif %} {% endblock title %}