Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
srv
/
data
/
web
/
vhosts
/
www.humitest.fr
/
htdocs
/
templates
/
front
/
product
/
billing
/
/srv/data/web/vhosts/www.humitest.fr/htdocs/templates/front/product/billing/billing.html.twig
<style type="text/css"> table { width: 100%; color: #717375; font-family: helvetica; line-height: 5mm; border-collapse: collapse; } h2 { margin: 0; padding: 0; } p { margin: 5px; } .border th { border: 1px solid #38454e; color: white; background: #38454e; padding: 5px; font-weight: normal; font-size: 14px; text-align: center; } .border td { border: 1px solid #CFD1D2; padding: 5px 10px; } td.info strong { line-height: 30px; } .price { width: 100%; padding: 7px; text-align: right; background: #eee; } .price h4 { font-size: 20px; } .no-border { border: none; } .space { padding-top: 250px; } .p-10 { width: 25%; } .p-15 { width: 15%; } .p-25 { width: 25%; } .p-50 { width: 50%; } .p-60 { width: 60%; } .p-75 { width: 75%; } .p-100 { width: 100%; } </style> <page backtop="10mm" backleft="10mm" backright="10mm" backbottom="10mm" footer="page;"> <page_footer> <hr/> <small> Commande généré automatiquement sur le site <a href="https://www.domo-system.fr/">Maindron structures</a> </small> </page_footer> <img src="https://www.domo-system.fr/build/images/Domosystem-logo-2.e7ef440d.png" style="width: 300px"> <table style="vertical-align: top;"> <tr> <td class="p-75"> <strong>{{data.conf_company_business}}</strong><br/> <strong>{{data.conf_company_address}}</strong><br/> <strong>{{data.conf_company_zipcode}} {{data.conf_company_city}} {{data.conf_company_country}}</strong><br/> <strong>SIRET: </strong> {{data.conf_company_siret}}<br/> <strong>EMAIL: </strong> {{data.conf_company_email}}<br/> <strong>TÉLÉPHONE: </strong> {{data.conf_company_phone}} </td> <td class="p-25"> <strong>{{ data.company }}</strong><br> <strong>{{data.firstname}} {{data.lastname}}</strong><br/> <strong>{{data.address}}</strong><br/> <strong>{{data.zipcode}} {{data.city}}</strong><br/> {{data.phone}}<br> </td> </tr> </table> <table style="margin-top: 50px;"> <tr> <td class="p-50">Commande {{data.productKey}}</td> <td class="p-50" style="text-align: right;">Le {{ "now"|date("d/m/Y") }}</td> </tr> </table> <table style="margin-top: 30px; width:450px;margin: 30px auto;" class="border"> <thead> <tr> <th class="p-50">Nom</th> <th class="p-25">Prix</th> <th class="p-25">Quantité</th> </tr> </thead> <tbody> {% for product in data.products %} <tr> <td class="p-50">{{product.object.title}}</td> {% set price = product.object.price * product.qtt %} <td class="p-25">{{price|number_format(2, ',', '')}}€</td> <td class="p-25">{{product.qtt}}</td> {# <td class="p-25">-</td> <td class="P-10">-</td> <td class="p-10">-</td> #} </tr> {% else %} <tr> <td colspan="6">Aucun enregistrement</td> </tr> {% endfor %} <tr> <td class="no-border"> <br> <div class="price"> <small>Total HT: {{data.totalHt |number_format(2, ',', '')}} €</small><br> <small>Frais de livraison:{{data.delivery|number_format(2, ',', '')}}€</small><br> <small>TVA: {{ (data.totalTtc * 0.2)|number_format(2, ',', '') }} € ({{data.rateVat|number_format(0)}} %)</small> <h4> {% if data.totalWithoutSolde != data.totalHt %} <i> <small>Code Promo</small> </i><br> Total:<small> <del>{{data.totalWithoutSolde|number_format(2, ',', '')}}€</del> </small> {{data.totalTtc|number_format(2, ',', '')}}€ {% else %} Total TTC: {{data.totalTtc|number_format(2, ',', '')}} € {% endif %} </h4> </div> </td> </tr> </tbody> </table> </page>