{% if showRows is not defined %} {# Permet de surcharger les lignes à afficher #} {% set formRows = { nom: { col: 6 }, prenom: { col: 6 }, email: { }, password: { } } %} {% if is_granted('ROLE_SUPER_ADMIN') and accessRights is defined and accessRights is same as (true) %} {% set formRows = formRows|merge({ isActive: { class: 'radio-inline' }, roles: { class: 'checkbox-inline' } }) %} {% endif %} {% endif %} {% include '@Admin/form/_form.html.twig' with { cancelLink : path('admin_users') } %}