{# templates/admin/projet/tabs/_technical.html.twig #} {# --- CALCULS DE SYNTHÈSE --- #} {% set totalEtapes = 0 %} {% set etapesFinies = 0 %} {% for lot in projet.lots %} {% for etape in lot.lotEtapes %} {% set totalEtapes = totalEtapes + 1 %} {% if etape.estTerminee %}{% set etapesFinies = etapesFinies + 1 %}{% endif %} {% endfor %} {% endfor %}
Aucune étape générée.
{% endfor %}