{% extends 'base.html.twig' %} {% block title %}displayClaims{% endblock %} {% block body %}
{% include '/mission/top_menu.html.twig' %} {% for message in app.flashes('success') %}
{{ message }}
{% endfor %} {% for message in app.flashes('warning') %}
{{ message }}
{% endfor %}
{% include '/mission/details/top_menu.html.twig' %}
{% set max = mission.getTimelineAuto|length %} {% set timelines = mission.getTimelineAuto %}
Progression Mission
{{ max * 10 }}%
{% set lastTL = null %}
Progression Chantier
{% if mission.assignment | length > 0 %}

Interventions
{% for assignment in mission.assignment %}
{% endfor %}
{% endif %}
Êtes-vous sûr de vouloir supprimer cette intervention ?
{% endblock %} {% block javascripts %} {% endblock %}