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

  Nouveau client


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