{% extends 'TdbBaseBundle::layout.html.twig' %} {% import "TdbBaseBundle::macros.html.twig" as macros %} {% block title %}Profil LDAP de « {{ ldapUser.uid }} »{% endblock %} {% block body %} {% include('TVn7LdapBundle:Default:selector.html.twig') %}
Avatar

{{ ldapUser.cn }}

Promo {{ ldapUser.promo }}

{{ ecole }}

Filière {{ filiere }}

E-mail{{ ldapUser.email }}
Téléphone{{ ldapUser.mobile }}
Cotisant AE{{ ldapUser.inscritAE ? "Oui" : "Non" }}
{% if is_granted('ROLE_ALLOWED_TO_SWITCH') and not is_granted('ROLE_PREVIOUS_ADMIN') %} Impersonate{% endif %} {% if isMembre %} Profil TDB {% else %} {# wrap button in span because a disabled object does not fire event (onMouseHover in this case) #} {% endif %}

Utilisateur

{{ prettify(ldapUser) }}

Groupes

    {% for g in ldapGroups %}
  • {{ g }}
  • {% endfor %}
{% endblock %}