{% extends "layouts/base.html" %} {% block title %} Client {% endblock %} {% block stylesheets %}{% endblock stylesheets %} {% block content %}
{% load auth_extras %} {% include 'includes/navigation.html' %}

  Modifier un client


{% csrf_token %}
{% include 'includes/footer.html' %}
{% endblock content %} {% block javascripts %} {% endblock javascripts %}