{% extends '@commons/default2.html.twig' %} {% block content %} {% 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 }}
{{ table.actions.update.tooltip }}
{% if row.metadata.enabled %}
{{ table.actions.disable.tooltip }}
{% else %}
{{ table.actions.enable.tooltip }}
{% endif %} {% if row.metadata.password_is_set %}
{{ table.actions.reset.tooltip }}
{% else %}
{{ table.actions.mail.tooltip }}
{% endif %}
{% endblock %}