{% extends '@ChillMain/Admin/Permission/layout_crud_permission_index.html.twig' %} {% block admin_content -%}

{{"Users"|trans}}

{% for entity in entities %}
{{ entity.label }} {% if entity.isEnabled %} {% else %} {% endif %}
{{ entity.email }}
login: {{ entity.username|e('html_attr') }}
{% if entity.userJob %} {{ entity.userJob.label|localize_translatable_string }} {% endif %}
{% if entity.mainScope %} {{ entity.mainScope.name|localize_translatable_string }} {% endif %} {% if entity.mainCenter %} , {{ entity.mainCenter.name }} {% endif %}
  • {% if is_granted('ROLE_ALLOWED_TO_SWITCH') %}
  • {% endif %}
{% endfor %} {{ chill_pagination(paginator) }} {% endblock %}