{% import "macros/styles.html.twig" as s %} {% for col in cols|default([]) %}
{{col.campo|raw}}
{% endfor %} {% for table in tables|default([]) %} {{ s.table1(table) }} {% endfor %}