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

Utilisateurs

{% if count < 1 %}

Vous n'avez aucun utilisateur à gérer.

{% else %}
{% for c in users %} {% comment %} {% endcomment %} {% endfor %}
{% comment %} {% endcomment %} Email Prénom Nom Téléphone Type Créé le
{% if c.image %}  {% else %} {{c.user.first_name}} {{c.user.last_name}} {% endif %} {{c.user.username}} {{c.user.first_name}} {{c.user.last_name}} {{c.phone}} {{c.type}} Active {% comment %} 79
{% comment %} {% endcomment %}
{% 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/users/user-form.html" %} {% endblock content %}