{% extends 'base.html.twig' %} {% block title%} WONDER-T-InterNal Camiones {% endblock %} {% block titulo %} GESTIÓN DE PAGOS A TRANSPORTISTAS - INTERNACIONAL {% endblock %} {% block bread %} T-InterNal Pago-T {% endblock %} {% block body %} {#{{ form_start(form) }}#} {{ form_start(form, { 'attr': {'novalidate':'novalidate', 'class': 'form-material form-horizontal'} }) }}
| Fecha Pago de Factura | Monto en Bs. | Forma de Pago | Cobrado por | Observaciones | Personal que registró | Acciones |
|---|---|---|---|---|---|---|
| {{ entity.fpagofact|date('d-m-Y') }} | {{ entity.monto|number_format(2, '.', ',') }} | {{ entity.idpago}} | {{ entity.cobrador}} | {{ entity.observacion }} | {{ entity.idusuario}} | {# {% if is_granted('ROLE_ADMINISTRADOR')%}#} {# #} {# {% endif %}#} {# {% if (is_granted('ROLE_ADMINISTRADOR') or is_granted('ROLE_TECNICO')) and not entity.fpagofact %}#} {# Cobrar#} {# {% endif %}#} {% if is_granted('ROLE_ADMINISTRADOR')%} {% endif %} |