{% extends '@commons/default.html.twig' %} {% block content %} {% include '@commons/basics/table_with_actions.html.twig' with {'table': project_table} %} {% for header in submission_table.header %} {% endfor %} {% for row in submission_table.body %} {% set index = loop.index %} {% for td in row.data %} {% endfor %} {% endfor %}
{{ header }}Aktionen
{{ td }} {% for action in submission_table.actions %} {% if action.display %}
{{ action.tooltip }}
{% endif %} {% endfor %}
{% endblock %}