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

Liste Services Total : {{ servs.count }} services

{% for serv in servs %} {% endfor %}
Code Service Désignation Prix unitaire Description Actions
{{ serv.code_service }} {{ serv.nom }} {{ serv.tarif_unitaire | format_number }} FCFA {{ serv.description }}
{% endblock %}