{% for key,suggestion in suggestions %}

{{ suggestion.name ? suggestion.name : 'Nom indisponible' }}

Date de début
{{ suggestion.startDate ? suggestion.startDate | date('d M Y') : '' }}
Date de fin
{{ suggestion.endDate ? suggestion.endDate | date('d M Y') : '' }}
Budget
{{ suggestion.budget ? suggestion.budget : 'N/A' }}
Pondération
{{ suggestion.weighting ? suggestion.weighting : '' }}
Description
{{ suggestion.description ? suggestion.description : '' }}
{% endfor %}