{% for header in table.header %} {% endfor %} {% for row in table.body %} {% set index = loop.index %} {% for td in row.data %} {% endfor %} {% endfor %}
{{ header }}Aktionen
{{ td }} {% for action in table.actions %}
{{ action.tooltip }}
{% endfor %}