{% extends '@commons/default2.html.twig' %} {% block content %} {% for header in table.header %} {% endfor %} {% for row in table.body %} {% set index = loop.index %} {% endfor %}
{{ header }}Aktionen
{{ row.data.name }} {{ row.data.users }}
{% for action in table.actions %}
{{ action.tooltip }}
{% endfor %}
{% endblock %} {% block scripts_post_loaded %} {% endblock %}