{% extends "inventory/base.html" %} {% block section_title %}List of Customers{% endblock %} {% block content %} {% if customer_list %} {% for customer in customer_list %} {% endfor %}
Customer
{{ customer.name }}
{% endif %} {% endblock %}