{% for column in columns %}
{% if column.key == 'En attente de proposition' %} {% elseif column.key == 'Proposition créée' %} {% elseif column.key == 'Proposition envoyée' %} {% elseif column.key == 'Proposition acceptée' %} {% elseif column.key == 'Proposition refusée' %} {% elseif column.key == 'Transformée en convention' %} {% endif %} {{ column.label }}
{{ grouped[column.key]|length }}
{% if column.key == 'Transformée en convention' %}
Déplacement interdit
{% endif %}
{% if grouped[column.key] is empty %}
Aucune prospection
{% else %} {% for prospection in grouped[column.key] %}
{% include '@App/partials/components/badge_partenaire.html.twig' with {mecene: prospection.mecene, taille: 40, secteur: true} %}
{% if prospection.formule %} · {{ prospection.formule.nom }} {% 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|date('d/m/Y') }} {{ prospection.formule.valeur|separate_thousands }} €
{% endfor %} {% endif %}
{% endfor %}