{% extends '::base.html.twig' %} {% block body -%}

Group list

{% for entity in entities %} {% endfor %}
Id Name Group Isactive Actions
{{ entity.id }} {{ entity.name }} {{ entity.group }} {{ entity.isActive }}
{% endblock %}