{% extends '@commons/default.html.twig' %} {% block modal %} {% endblock %} {% block content %}

Geschäftsfelder

{% 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 }} {% if table.actions is defined %}
{{ table.actions.edit.tooltip }}
{{ table.actions.delete.tooltip }}
{% endif %}
Zurück
{% endblock %} {% block scripts_post_loaded %} {# Script, um die ID des zu löschenden Projektes zu hinterlegen #} {% endblock %}