{% extends 'base.html.twig' %} {% block title %}Prestation {% endblock %} {% block body %} {# {% include 'app/modal.html.twig' %} #}

Société{{ prestation.projet.societe }}/ Projet "{{ prestation.projet }}"/ Prestation "{{ prestation.nom }}"


{% include 'societe/prestation/recrutements.html.twig' %}
{% include 'societe/prestation/etatAvancement.html.twig' %}
{% include 'societe/prestation/devis.html.twig' %}
{% include 'societe/prestation/commentaires.html.twig' %} {% endblock %} {% block javascripts %} {% endblock %}