{% extends "base.html" %} {% block page_heading %}GST Report{% endblock %} {% block content %} Back
{{ total_gst|currency }}
Total GST Collected — {{ month }}
{% for s in sales %} {% else %} {% endfor %}
InvoiceDateTaxable AmountGSTTotal
{{ s.invoice_number }} {{ s.sale_date }} {{ s.subtotal|currency }} {{ s.gst_amount|currency }} {{ s.total_amount|currency }}
No GST data for this month.
{% endblock %}