{% extends '../template.html' %} {% block style %} {% endblock %} {% block subcontent %}

List Penjualan: Cari:

{% if data.length > 0 %} {% for row in data %} {% endfor %}
Tanggal Pembeli Golongan Status
{{row.tgl}} {{row.nama}} {{row.golongan}} {%if row.status == 'bayar'%}{%else%}{{row.status}}{%endif%}
{% else %} - Penjualan Masih Kosong -

{% endif %} {% endblock %} {% block script %} {% endblock %}