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

Détails du consultant

{{ consultant.nom }}

{% comment %} {% endcomment %}

{{ consultant.code_consultant }}


Montant cumulé des prestations
{{ total_facture | format_number }} FCFA

Montant des paiements
{{ total_paiements | format_number }} FCFA

Reste à payer {% if solde_consultant == 0 %} {% else %} {% endif %}

Compte banque
{{ consultant.compte_bank }}

Boite postale
{{ consultant.boite_postale }}

Service Impôt
{{ consultant.service_impot }}

Régine Impôt
{{ consultant.regime_impot }}

Forme juridique :

{{ consultant.forme_juridique }}


Numéro RCCM :

{{ consultant.rccm }}


Numéro IFU :

{{ consultant.ifu }}


Téléphone mobile :

{{ consultant.telephone_mobile }}


Ville :

{{ consultant.ville }}


Pays :

{{ consultant.pays }}


E-Mail :

{{ consultant.email }}


Téléphone Mobile :

{{ consultant.telephone_mobile }}


Téléphone fixe :

{{ consultant.telephone_fixe }}


Adresse facturation :

{{ consultant.adresse }}

{% endblock %}