{% include 'partials/header.html.twig' %}
{{projet.titre}}
Date de début

{{projet.startDate|date('d/m/Y')}}

Date de fin

{{projet.endDate|date('d/m/Y')}}

Créé par

{{projet.createdBy.prenom}} {{projet.createdBy.nom}}

Responsable du projet

{{projet.responsable.prenom}} {{projet.responsable.nom}}

{% if projet.responsable.image is null %} {% set initials = projet.responsable.prenom|slice(0, 1)|upper ~ projet.responsable.nom|slice(0, 1)|upper %} {{initials}} {% else %} matdash-img {% endif %}
{% if has_contrepartie | length == 0 %}
Avant d'ajouter un partenaires, il est indispensable de créer les contreparties du projet
{% elseif has_formule | length == 0 %}
Avant d'ajouter un partenaires, il est indispensable de créer les formules de partenariat du projet
{% endif %}
{% include '@Projet/projet/part/tab_vue_ensemble.html.twig' %}
{% include '@Projet/projet/part/tab_conventions.html.twig' %}
{% include '@Projet/projet/part/tab_recus_fiscaux.html.twig' %}
{% include '@Projet/projet/part/tab_factures.html.twig' %}
{% include '@Projet/projet/modal/import_donnees.html.twig' %} {% include '@Projet/projet/modal/new_note.html.twig' %} {% include '@Projet/projet/modal/new_formule.html.twig' %} {% include 'partials/modal/delete_modal.html.twig' %} {% include 'partials/modal/close_modal.html.twig' %} {% include 'partials/modal/open_modal.html.twig' %} {% include 'partials/modal/ajax_modal.html.twig' %} {% include '@Projet/projet/modal/new_typecontrepartie.html.twig' %} {% include 'partials/footer.html.twig' %}