diff --git a/app/Resources/views/aldea/index.html.twig b/app/Resources/views/aldea/index.html.twig index 832aca7..a501a1f 100644 --- a/app/Resources/views/aldea/index.html.twig +++ b/app/Resources/views/aldea/index.html.twig @@ -1,18 +1,30 @@ {% extends 'base.html.twig' %} {% block body %} -
Id | -Descripcion | -Codigosucre | -Codigoaldea | -Estatus | -Actions | -id | +Cursodescripcion | +codigoSucre | +codigoAldea | +Estatus | +Actions | + {% for aldea in aldeas %} @@ -24,12 +36,12 @@{% if aldea.estatus %}Yes{% else %}No{% endif %} | @@ -38,8 +50,11 @@ |
---|