{% extends '::base.html.twig' %} {% block menuTop %}
{%endblock %} {% block dashboard %}
XLS
{% for entity in entities %} {% endfor %}
Id Descripcion Actions
{{ entity.id }} {{ entity.descripcion }}
{% endblock %}