{{ ("wbxuser.title.edit.user." ~ user.type) | trans }} {{ user.getFullname() }}
{% if is_granted("ROLE_SUPER_ADMIN")
or is_granted("ROLE_ADMIN") %}
{% endif %}
{% if is_granted("ROLE_SUPER_ADMIN")
or is_granted("ROLE_ADMIN")
or is_granted("ROLE_MARKETING") %}
{% if user.enabled %}
{% else %}
{% endif %}
{% endif %}
{% include 'user/detail.html.twig' %}
{% if pager is defined and pager is not null and pager.currentPageResults | length > 0 %}