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

Client {{ projet.client }} / Projet "{{ projet }}" {% if projet.statutProjet.nom == "En création" and projet.enabled != 1 %} {% endif %}

Ajouté le {{ projet.dateCreation|date('d/m/Y') }} | dernière modification {{ projet.dateDerniereModification|date('d/m/Y H:i') }}


{% include 'intermittent/prestation/prestations.html.twig' %}
{% if projet.prestations|length > 0 %} {% include 'intermittent/prestation/tarification.html.twig' %}
{% endif %} {% include 'intermittent/prestation/commentaires.html.twig' %}
{% endblock %} {% block javascripts %} {% endblock %}