{% extends 'app/base.html.twig' %} {% set is_edit = produit and produit.id is defined %} {% block title %}{{ is_edit ? 'Modifier le produit' : 'Nouveau produit' }} — Mercuriale{% endblock %} {% block body %}
| Date | Prix HT | TVA |
|---|---|---|
| {{ h.date_prix|date('d/m/Y') }} | {{ h.prix_unitaire_ht|number_format(4, ',', ' ') }} € | {{ h.taux_tva }} % |