{% extends 'backoffice/base.html' %} {% block title %} Clients Ecolux BTP {% endblock %} {% block metaseo %} {% endblock %} {% block content %}
  • AZ
  • Clients

Clients

{% if count < 1 %}

Vous n'avez aucun client.

{% else %}
{% for c in customers %} {% comment %} {% endcomment %} {% endfor %}
{% comment %} {% endcomment %} Code Prénom Nom Sexe Téléphone Lieu de naissance Banque Créé le
{% if c.cuser.image %}  {% else %} {{c.cuser.user.first_name}} {{c.cuser.user.last_name}} {% endif %} {{c.getCode}} {{c.cuser.user.first_name}} {{c.cuser.user.last_name}} {{c.sex}} {{c.cuser.phone}} {{c.birthplace}} {{c.bank.name}} {{c.birthdate|date:"d/m/Y"}} Active {% comment %} 79
{% comment %} pagination {% endcomment %} {% if nbpage > 1 %}
{% if customers.has_previous %} {% endif %} {% if customers.has_next %} {% endif %}
Page {{customers.number}} sur {{nbpage}}
{% endif %}
{% endif %}
{% include "partials/customers/customer-form.html" %} {% endblock content %}