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

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

{% include "tables/table-tool-menu.html.twig" %}
{% include "tables/users.html.twig" with { "table" : { "id" : "table-users", "columns" : [ (checkAccess('view_user_field', { "property" : 'activities' }) ? "last_activity" : "") ] } } %}
{% if checkAccess('create_user') %} {% endif %}
{% endblock %}