{% extends 'base.html' %} {% load crispy_forms_tags %} {% load static %} {% block title %}Customers{% endblock %} {% block javascript %} {% endblock %} {% block content %} {% include 'navbar.html' %}


{% include 'message.html' %}

Customers Details


{% include 'includes/customer_list.html' %} {% include 'includes/add_edit_form.html' %} {% endblock%}