{% extends 'base.html.twig' %} {% block title %}Nouveau devis {% endblock %} {% block body %} {% set totalPrestaHT = 0 %} {% set totalPrestaTTC = 0 %} {% for prestation in projet.prestations %} {% if prestation.forfaitHT == null %} {% set total = prestation.prixUnitaire * prestation.quantite %} {% set totalPrestaHT = totalPrestaHT + total %} {% else %} {% set totalPrestaHT = totalPrestaHT + prestation.forfaitHT %} {% endif %} {% endfor %}
Information client
Facturation