{% extends 'base.html.twig' %} {% block body %}

Proyectoetapas list

{% for proyectoEtapa in proyectoEtapas %} {% endfor %}
Id Descripcion Actions
{{ proyectoEtapa.id }} {{ proyectoEtapa.descripcion }}
{% endblock %}