{% extends "base.html" %} {% load static %} {% block users %} {% include "header.html" %} {% include "leftbar.html" %} {% include "rightbar.html" %} {% include "chat.html" %}

Liste Poste Total : {{ clients.count }} postes

{% for poste in postes %} {% endfor %}
Code Libelle Catégorie Actions
{{ poste.code_poste }} {{ poste.libelle }} {{ poste.categorie }} {% if tiers.suppression %} {% else %} {% endif %}
{% endblock %}