Informations sur {{ salarie.titre }} {{ salarie.nom }} {{ salarie.prenom }}
Informations générales
Titre | {{ salarie.titre }} |
---|---|
Nom | {{ salarie.nom }} |
Prénom | {{ salarie.prenom }} |
{{ champ.label }} |
{% if champ.valeurs is defined and champ.valeurs is iterable %}
{{ champ.valeurs|join(' ') }} {% else %} {{ champ.valeur|raw }} {% endif %} |
Entreprise | {{ dernierContrat.entreprise.nom }} |
Contrat actuel |
Contrats
-
Ajouter un contrat
Avantages
{% if salarie.avantages|length > 0 and salarie.avantages.dateDelete is null %}-
{% for avantage in avantages %}
-
{% if avantage.vehiculeEntreprise is not null %}
Type de Véhicule : {{ avantage.vehiculeEntreprise.typeVehicule }}
Immatriculation : {{ avantage.vehiculeEntreprise.immatriculation }}
{% endif %} {% if avantage.badgeTelepeage is not empty %} Badge Télépéage : {{ avantage.badgeTelepeage }}
{% endif %} {% if avantage.carteTotal is not empty %} Carte Total : {{ avantage.carteTotal }}
{% endif %} {% if avantage.device is not empty %} Appareils : {{ avantage.device }}
{% endif %} {% if avantage.materiels is not empty %} Matériels : {{ avantage.materiels }}
{% endif %}
{% endfor %}
Aucun avantage trouvé
{% endif %} Ajouter un avantageVisites Médicales
{% if visitesMedicales is not null %}-
{% for visiteMedicale in visitesMedicales %}
{% if visiteMedicale.visitesPrecedentes == false %}
- Dernière visite:
- Date: {{ visiteMedicale.dateDerniere|date('d/m/Y') }}
- État: {{ visiteMedicale.etat }}
- Commentaire: {{ visiteMedicale.commentaire }}
- Modifier la dernière visite {% endif %} {% endfor %}