From 4e0e8e806e1b4a7ed25ab35de6bf62c4b3ffde42 Mon Sep 17 00:00:00 2001 From: "Gerardo J. Montivero" Date: Wed, 23 Jun 2021 19:15:56 -0300 Subject: [PATCH] Primer commit 23-wizard-contacto --- templates/contacto/list.html.twig | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/templates/contacto/list.html.twig b/templates/contacto/list.html.twig index f064fd84..622ce321 100644 --- a/templates/contacto/list.html.twig +++ b/templates/contacto/list.html.twig @@ -34,13 +34,17 @@ {{ contacto.textoPagina }} {{ contacto.nombre }} - show - edit + + {% include 'bases/_ver.html.twig' %} + + + {% include 'bases/_editar.html.twig' %} + {% else %} - no records found + No se encontraron Contactos {% endfor %} @@ -53,5 +57,4 @@ - {% endblock %}