{% if groupedMilestones is not empty %}
{% set allMonths = [] %} {% for group in groupedMilestones %} {% for month in group.milestones|keys %} {% if month not in allMonths %} {% set allMonths = allMonths|merge([month]) %} {% endif %} {% endfor %} {% endfor %} {% set allMonths = allMonths|sort %} {% for month in allMonths %} {% endfor %} {% for group in groupedMilestones %} {% for month in allMonths %} {% endfor %} {% endfor %}
Activité{{ month|date('M')|trans }} {{ month|date('Y') }}
{{ group.activity.name }} {% set milestonesInMonth = group.milestones[month]|default([]) %} {% if milestonesInMonth is not empty %} {% for milestone in milestonesInMonth %}
%
{% endfor %} {% else %}
{% endif %}
{% set isReadOnly = project.status in ['in_execution', 'on_hold', 'completed'] %} {% if isReadOnly %}
Les cibles ne peuvent plus être modifiées car le projet est en cours d’exécution, en pause ou terminé.
{% endif %}
{% else %}
Aucun jalon n’a encore été défini pour ce projet.
Ajoutez des jalons pour suivre l’avancement des activités.
{% endif %}