{# {% extends 'base.html.twig' %} #} {% block title %}{% endblock %} {% block body %} {# Framework Bootstrap #} FACTURE
{% for facture in commande.Facture %}

Facture n° {{ facture }}

{% endfor %}

Commande n° {{ commande.numeroCommande }} du {{ commande.dateCommande | date("d-m-Y") }}

Livraison : {{ commande.coordonnees }}

{% for commandeLivre in commande.commandeLivres %} {% endfor %}
Livre Format Quantité Prix unitaire
{{ commandeLivre.livre.titre }} {{ commandeLivre.livre.format }} {{ commandeLivre }} {{ commandeLivre.Livre.prixUnitaire }} € ttc

TOTAL {{ commande.totalCommande }} € TTC

{% for facture in commande.Facture %}

Soldée le {{ facture.dateFacture | date("d-m-Y") }}

{% endfor %}

MT&CO

98 rue Bobillot 75013 PARIS 13 FRANCE

Email : etrefouetsage@gmail.com Auteur/Ecrivain : Daniel Aaron

{# Framework Bootstrap #} {% endblock %}