{% extends "base.html" %} {% load static %} {% block users %} {% include "header.html" %} {% include "leftbar.html" %} {% include "rightbar.html" %} {% include "chat.html" %} Enregistrement employé Formulaire d'ajout d'un employé Accueil Liste employés Informations employé {% csrf_token %} Matricule Nom Prénom Date de naissance Ville Pays Téléphone Photo Salaire Fixe Mensuel Taux journalier E-mail Contrat Sexe Masculin Féminin Type de contrat CDD CDI Embauché Poste/Fonction {% for poste in postes %} - {{ poste.libelle }} {% endfor %} Adresse Valider Effacer {% endblock %}