templates/common/export/invoice_export_footer.html.twig line 1

Open in your IDE?
  1. <div style="width: 100%">
  2.     <table style="width: 100%; color: #a8a7a7; font-size: 0.8em">
  3.         <tr>
  4.             <td colspan="2" style="text-align: center;padding-bottom: 10px;">Siret : {{ siret }} - APE : {{ ape }} - N° TVA intracom : {{ tvaIntracom }}</td>
  5.         </tr>
  6.         <tr>
  7.             <td style="width: 50%; text-align: left;">
  8.                 <i><small>Facture {{ order.generateInvoiceNumber }}</small></i>
  9.             </td>
  10.             <td style="width: 50%; text-align: right;">
  11.                 <i><small>FFCB&copy; - généré le {{ 'now'|date('d/m/Y h:i') }} - page {PAGENO} / {nb}</small></i>
  12.             </td>
  13.         </tr>
  14.     </table>
  15. </div>