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

Profil Service {{ serv.nom }}

{{ serv.nom }}

{% comment %} {% endcomment %}

{{ serv.code_service }}


Tarification :
{{ serv.tarif_unitaire | format_number }} FCFA

Description :

{{ serv.description }}


Unité de mesure :

{{ serv.unite_mesure }}


{% endblock %}