{% extends 'base.html.twig' %} {% block title %}ChequePropio index{% endblock %} {% block body %}
| Id | FechaCheque | Monto | NroCheque | Cruzado | NoALaOrden | Estado | CreatedAt | UpdatedAt | actions |
|---|---|---|---|---|---|---|---|---|---|
| {{ cheque_propio.id }} | {{ cheque_propio.fechaCheque ? cheque_propio.fechaCheque|date('Y-m-d') : '' }} | {{ cheque_propio.monto }} | {{ cheque_propio.nroCheque }} | {{ cheque_propio.cruzado }} | {{ cheque_propio.noALaOrden }} | {{ cheque_propio.estado }} | {{ cheque_propio.createdAt ? cheque_propio.createdAt|date('Y-m-d H:i:s') : '' }} | {{ cheque_propio.updatedAt ? cheque_propio.updatedAt|date('Y-m-d H:i:s') : '' }} | Ver Editar |
| No hay registros | |||||||||