{% extends 'admin/base.html.twig' %} {% block content %}

{{ 'admin.group.index.title'|trans }}

{% if groups is not empty %} {% for group in groups %} {% include 'admin/group/_subgroup.html.twig' %} {% endfor %}
{{ 'form.group.label.title'|trans }} {{ 'form.group.label.status'|trans }} {{ 'form.group.label.code'|trans }} {{ 'common.action.title'|trans }}
{{ knp_pagination_render(groups) }} {% else %}

{{ 'admin.group.index.empty_message'|trans }}

{% endif %}
{% endblock %}