{% 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 client

{{ client.nom }}

{% comment %} {% endcomment %}

{{ client.code_client }}


Montant total des factures
{{ total_facture | format_number }} FCFA

Montant des paiements
{{ total_paiements | format_number }} FCFA

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

Compte banque : {{ client.compte_bank }}

Boite postale : {{ client.boite_postale }}

Service Impôt : {{ client.service_impot }}

Régine Impôt : {{ client.regime_impot }}

Forme juridique :

{{ client.forme_juridique }}


Numéro RCCM :

{{ client.rccm }}


Numéro IFU :

{{ client.ifu }}


Téléphone mobile :

{{ client.telephone_mobile }}


Ville :

{{ client.ville }}


Téléphone Mobile :

{{ client.telephone_mobile }}


Email :

{{ client.email }}


Téléphone fixe :

{{ client.telephone_fixe }}


Pays :

{{ client.pays }}


Entrepôts :

{% for entrepot in client.entrepot.all %} {{ entrepot.nom }}{% if not forloop.last %}, {% endif %} {% empty %} Aucun entrepôt associé {% endfor %}


Adresse facturation :

{{ client.adresse }}

{% endblock %}