{% if ajax is not defined %} {% set ajax = false %} {% endif %} {% extends ajax ? 'Admin/admin.html.twig' : 'Admin/base.html.twig' %} {% block content %}
| Nom | {{item.lName}} |
|---|---|
| Prénom(s) | {{item.fName}} |
| Adresse email | {{item.email}} |
| Contact téléphonique | {{item.phone}} |
| Profils | {% if item.profiles is defined and item.profiles is not null %} {% for o in item.profiles %} {{o.profile.code}}{% if not loop.last %}" | "{%endif%} {% endfor %} {% elseif item.profile is defined %} {{ item.profile.code }} {% endif %} |
| Nom : | |
| {{item.lName}} | |
| Prénoms : | |
| {{item.fName}} | |
| Email : | |
| {{item.email}} | |
| Téléphone : | |
| {{item.phone}} | |
| {% for o in item.profiles %} {{o.profile.code}} {% if not loop.last %}" | "{%endif%} {% endfor %} |