{% extends "@admin/pages/group.html.twig" %} {% block body_matter %}

{{translate('GROUP.SUMMARY')}}

{% if 'tools' not in tools.hidden %}
{% endif %}

{{group.name}}

{% if 'description' not in fields.hidden %}

{{group.description}}

{% endif %} {% if 'users' not in fields.hidden %}
{{ translate('USER', 2)}}

{{group.users.count}}

{% endif %} {% block group_profile %}{% endblock %}

{{translate('USER', 2)}}

{% include "tables/table-tool-menu.html.twig" %}
{% include "tables/users.html.twig" with { "table" : { "id" : "table-group-users" } } %}
{% endblock %}