{% if total is defined %} {{ start }}-{{ end }} sur {{ total }} projets {% endif %}
{% if projets is empty %} {% else %} {% for projet in projets %} {% set stats = projetStats[projet.id]|default({'mecenes': 0, 'prospections': 0}) %} {% set statutClass = projet.statut == 'Ouvert' ? 'success' : 'info' %} {% endfor %} {% endif %}
Projet Date de début Date limite Responsable Statut
Aucun projet
{% if projet.logo %} {% else %} {% set initials = projet.titre|slice(0, 1)|upper %} {{ initials }} {% endif %}
{{ projet.titre }}
{% if projet.archive %} Projet archivé {% endif %}
{{ stats.mecenes }}
{{ stats.prospections }}
{{ projet.montantPrevu|number_format(0, '', ' ') }} €
{{ projet.startDate ? projet.startDate|date('d/m/Y') : '' }} {{ projet.deadline ? projet.deadline|date('d/m/Y') : '' }} {% include '@App/partials/components/badge_user.html.twig' with {user: projet.responsable, taille: 40, role: false, email: false, staff: null, societe: null} %} {{ projet.statut }} {% if not projet.archive %} {% endif %}
{% if totalPages is defined and totalPages > 1 %} {% endif %}