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

Book

{% for book in book_list %} {% endfor %}
Customer Current Balance Last Transaction
{{book.customer.customer_name}} {{book.current_balance}} {{book.last_log}}
{% endblock %} {% block includejs %} {% endblock %}