{% extends 'base.html.twig' %} {% block title %}Détails Chantier{% endblock %} {% block stylesheets %} {% endblock %} {% block body %}

Informations chantier pour {{ chantier.libelle }} à {{ chantier.adresse1 }} {{ chantier.ville }}

Informations générales
{% if chantier.libelle is defined %} {% endif %}
Entreprise {{ chantier.entreprise.nom }}
Clients
{% for chantierClient in chantier.chantierClients %} {{ chantierClient.client.nom }} {% endfor %}
Dénomination du chantier {{ chantier.libelle }}
Adresse du chantier {{ chantier.adresse1 }}
{{ chantier.adresse2 }}
Code Postal {{ chantier.codePostal }}
Ville {{ chantier.ville }}
Conducteur de travaux {{ chantier.conducteurTravaux.titre }} {{ chantier.conducteurTravaux.nom }} {{ chantier.conducteurTravaux.prenom }}
Date d'ouverture du chantier {{ chantier.dateOuverture ? chantier.dateOuverture|date('d/m/Y') : 'Non renseignée' }}
Date de réception PV levée des réserves {{ chantier.dateReceptionPVLeveReserve ? chantier.dateReceptionPVLeveReserve|date('d/m/Y') : 'Non renseignée' }}
Date de clôture prévisionnelle {{ chantier.dateCloturePrevisionnelle ? chantier.dateCloturePrevisionnelle|date('d/m/Y') : 'Non renseignée' }}
Date de clôture réelle {{ chantier.dateClotureReelle ? chantier.dateClotureReelle|date('d/m/Y') : 'Non renseignée' }}
Montant marché initial {{ chantier.montantMarcheInitial }} €
Montant caution {{ chantier.montantCaution }} €
Pourcentage de retenue définitive {{ chantier.pourcentageRetenueDefinitive }} %
Adresse de facturation

{{ chantier.adresseFacturation }}
{{ chantier.adresseFacturation2 }}

{{ chantier.codePostalFacturation }}

{{ chantier.villeFacturation }}

{{ chantier.paysFacturation }}

Pièces jointes
Avenants Contrat/Travaux supplémentaires
  • ici date de l'avenant

    ici debut et fin theorique

    ici Montant des travaux supplémentaires

  • {#pour exemple, sera remplacé par un %for%#}
  • ici date de l'avenant2

    ici debut et fin theorique2

    ici Montant des travaux supplémentaires2

  • {% endblock %} {% block javascripts %} {{ parent() }} {% endblock %}