{% extends "gstbillingapp/base.html" %} {% load static %} {% block content %}

Customers

{% for customer in customers %} {% endfor %}
Customer Name Address Phone GST NO
{{customer.customer_name}} {{customer.customer_address}} {{customer.customer_phone}} {{customer.customer_gst}}
{% endblock %} {% block includejs %} {% endblock %}