{% extends 'backoffice/base.html' %} {% block title %} Mises à jour Client Ecolux BTP {% endblock %} {% block metaseo %} {% endblock %} {% block content %}
  • AZ
  • Clients
  • {% if action == 'add' %} Nouveau client {% {% elif action = 'update' %} %} {{customer.getCode}} - {{customer.cuser.user.first_name}} {{customer.cuser.user.last_name}} {% endif %}

Client

{% include "partials/customers/customer-form.html" %} {% endblock content %}