{% include 'partials/header.html.twig' %} {% if not allow and not currentuser.allowUser %} {% set disabled = 'disabled' %} {% else %} {% set disabled = '' %} {% endif %} {% if not allow and not currentuser.allowPlanning %} {% set disabledPlanning = 'disabled' %} {% else %} {% set disabledPlanning = '' %} {% endif %}

Profil de l'employé

{{ entity.prenom }} {{ entity.nom }}
{% include '@RH/employe/part/tab_information.html.twig' %}
{% include '@RH/employe/part/tab_role.html.twig' %}
{% include '@RH/employe/part/tab_contrat.html.twig' %}
{% include '@RH/employe/part/tab_autorisations.html.twig' %}
{% include '@RH/employe/part/tab_planning.html.twig' %}
{% include '@RH/employe/part/tab_pointage.html.twig' %}
{% include '@RH/employe/part/tab_document.html.twig' %}
{% include '@RH/employe/modal/new_contrat.html.twig' %} {% include 'partials/modal/ajax_modal.html.twig' %} {% include 'partials/footer.html.twig' %}