{% extends "base.html.twig" %} {% block localstyle %} td { padding:5px !important; } {% if fgprint is defined and fgprint %} table { font-size:10px;} th,td { border: 1px solid #37474F; } thead { display: table-header-group; } tr { page-break-inside: avoid; } {%endif%} {% endblock %} {% block body %}
Action | Client | Projet | Proposition | Ref | Validé hors | Frais | Qt | PU | Total | |
---|---|---|---|---|---|---|---|---|---|---|
{{offer.project.customer.name}} | {{offer.project.name}} | {{offer.name}} | {% if offer.iddolibarr %}{{offer.ref}} | {% else %}{{offer.ref}} | {% endif %}{{offer.validate|number_format(2, '.', ' ')}} | {{offer.cost|number_format(2, '.', ' ')}} | {{offer.quantity|number_format(2, '.', ' ')}} | {{offer.pu|number_format(2, '.', ' ')}} | {{offer.total|number_format(2, '.', ' ')}} | |
{{offer.project.customer.name}} | {{offer.project.name}} | {{offer.name}} | {% if offer.iddolibarr %}{{offer.ref}} | {% else %}{{offer.ref}} | {% endif %}{{offer.validate|number_format(2, '.', ' ')}} | {{offer.cost|number_format(2, '.', ' ')}} | {{offer.quantity|number_format(2, '.', ' ')}} | {{offer.pu|number_format(2, '.', ' ')}} | {{offer.total|number_format(2, '.', ' ')}} |