{% for prospection in prospections %} {% set statut = prospection.statut %} {% set badgeClass = 'bg-light text-black' %} {% if statut == 'Proposition envoyée' %} {% set badgeClass = 'bg-warning-subtle text-warning' %} {% elseif statut == 'Proposition acceptée' %} {% set badgeClass = 'bg-success-subtle text-success' %} {% elseif statut == 'Proposition refusée' %} {% set badgeClass = 'bg-danger-subtle text-danger' %} {% endif %} {% else %} {% endfor %}
Entreprise Statut Demandee par Responsable Demandee le
{% if prospection.mecene.logo %} {{ prospection.mecene.nom }} {% else %} {{ prospection.mecene.nom|slice(0, 1)|upper }} {% endif %}
{{ prospection.mecene.nom }}
{{ prospection.mecene.secteur.nom }}
{{ statut }} {% if prospection.demande %} {% include '@App/partials/components/badge_user_custom.html.twig' with {user: prospection.demande, taille: 30, role: false, email: false, staff: null, societe: null, contact : false, police : 4, nom: false} %} {% else %} - {% endif %} {% if prospection.responsable %} {% include '@App/partials/components/badge_user_custom.html.twig' with {user: prospection.responsable, taille: 30, role: false, email: false, staff: null, societe: null, contact : false, police : 4, nom: false} %} {% else %} {% include '@App/partials/components/badge_user_custom.html.twig' with {user: null, taille: 30, role: false, email: false, staff: null, societe: null, contact : false, police : 4, nom: false} %} {% endif %} {{ prospection.createdAt ? prospection.createdAt|date('d/m/Y') : '-' }}
Aucune proposition pour ce projet.
{% if totalPages is defined and totalPages > 1 %} {% endif %}