{% extends 'base.html.twig' %} {% block title%} WONDER-Transporte Nacional {% endblock %} {% block titulo %} CUENTAS POR PAGAR TRANSPORTISTAS - NACIONAL {% endblock %} {% block bread %} X-Pagar-T-Nal {% endblock %} {% block body %}
| Nº | Fecha de Entrega | Tramo | Empresa | No. Factura | Transportista | Monto Bs. | Chasis | Acción |
|---|---|---|---|---|---|---|---|---|
| {{ indice }} | {{ entity.fechaentrega|date('d-m-Y') }} | {{ entity.origen }} - {{ entity.destino}} | {{ entity.nombre }} | {% if ( entity.factura != 0 ) %} F-{{ entity.factura}} {% endif %} | {{ entity.nombres}} | {{ entity.suma|number_format(2, '.', ',') }} | {{ entity.chasis }} | {#SOLO PARA ADMINISTRADORES#} {% if (is_granted('ROLE_ADMINISTRADOR') or is_granted('ROLE_TECNICO')) %} Pagar {% endif %} |
| Total: |