{% extends 'admin/layout.html.twig' %} {% block body_class 'bg-white font-size-sm' %} {% block style_container %}padding:0;{% endblock %} {% block title %} Agent : {{ agent.nom }} - N°{{ agent.codeAgent ? agent.codeAgent : agent.id }} {% endblock %} {% block main %} {% set affectation = agent.getActiveUtilisateurAffectation %} {% set my_lock = (lock.utilisateur == app.user and lock.getIdEntite == agent.id) ? true : false %} {% set type_affichage = my_lock ? 'edit' : 'view' %}
Agent ({{ agent.getSitesListe ? agent.getSitesListe : '(Site)' }})
{{ source('@public_path'~asset('build/images/phone-rotary.svg')) }}
Perso
Pro
Secteur
Pôle
{{ include('agent/_boutons_prog_quitter.html.twig') }}
Informations Agent
{# #} {% set disabled = 'disabled' %} {% set type = 'show' %} {% set programmation = 'non' %}
{% set photo = agent.photo %}
{{ include('agent/_affectation.html.twig') }}
{# #}
Commande magasin
Agence
 Code Agi
Informations Secteur
{% if agent.getSecteurPrincipal %} {% else %} - {% endif %}
{% if agent.getSecteursSuppleant %} {% set listeSecteursSec = agent.getSecteursSuppleant | join(',') %} {% else %} - {% endif %}
Appareils
Formations
en cours de développement
{% if my_lock %} {% elseif lock is defined %}
Fiche agent en lecture seule
Modification par {{ lock.getUtilisateur }}
{{ lock.getDateDebut|date('d/m/Y H:i') }}
{% endif %}
{% endblock %} {% block javascripts %} {{ parent() }} {% endblock %} {% block popup %} {{ include('agent/_popup_lock_expired.html.twig') }} {% endblock %}