{% extends 'base.html.twig' %} {% block title %}Negociacion index{% endblock %} {% block body %}
| Id | Monto | Emisor | Fecha | Estado | Respuesta | actions |
|---|---|---|---|---|---|---|
| {{ negociacion.id }} | {{ negociacion.monto }} | {{ negociacion.emisor }} | {{ negociacion.fecha ? negociacion.fecha|date('Y-m-d') : '' }} | {{ negociacion.estado }} | {{ negociacion.respuesta }} | Ver Editar |
| No hay registros | ||||||