{% extends 'backoffice/base.html' %} {% block title %} Prestations Ecolux BTP {% endblock %} {% block metaseo %} {% endblock %} {% block content %}
  • AZ
  • Prestations
{% if user.cuser.type == "CUSTOMER_DRH" or user.cuser.type == "CUSTOMER_ASSISTANT" %} {% endif %}

Prestations

{% if user.cuser.type == "ADMIN" or user.cuser.type == "ADMIN_PRESTA" %}
{% endif %} {% if user.cuser.type == "ADMIN" or user.cuser.type == "ADMIN_PRESTA" %}
{% endif %}
Code Employé Sexe Téléphone Salaire Date d'effet Status
{% comment %} pagination {% endcomment %}
{% include "partials/prestations/prestation-form.html" %} {% endblock content %}