{% extends 'base.html.twig' %} {% block title%} WONDER-Transporte Nacional {% endblock %} {% block titulo %} CUENTAS POR PAGAR TRANSPORTISTAS - NACIONAL {% endblock %} {% block bread %} Pagados-Trans-Nal {% endblock %} {% block body %}
| Nº | Fecha de Pago | Tramo | Empresa | No. Factura | Transportista | Descuento Bs. | Monto Pagado Bs. | {#Fecha de Pago | #}Forma de Pago | Chasis | {#Acciones | #}
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ indice }} | {{ entity.fechapago|date('d-m-Y') }} | {{ entity.origen }} - {{ entity.destino}} | {{ entity.nombre }} | {% if ( entity.factura != 0 ) %} F-{{ entity.factura}} {% endif %} | {{ entity.nombres}} | {{ entity.descuento}} | {{ entity.suma|number_format(2, '.', ',') }} | {#{{ entity.fechapago|date('d-m-Y') }} | #}{{ entity.formapago }} | {{ entity.chasis }} | {##} {# | #}
| Totales: |