{% twig_js name="resourceRightsRoles" %} {% for key, workspace in workspaces %}

{{ key }}

{% for roleName, role in workspace %} {# only display non manager role #} {% if 'ROLE_WS_MANAGER' not in roleName %} {{ role.translation_key }} {% endif %} {% endfor %}
{% endfor %}