{% extends '../template.html' %} {% block style %} {% endblock %} {% block subcontent %}
| Tanggal | Faktur | Obat | Harga | Jumlah | Diskon | Total |
|---|---|---|---|---|---|---|
| {{d.tgl}} | {{d.no_transaksi}} | {{d.nama}} | {{d.harga | currency}} | {{d.jumlah}} | {% if d.tipe_diskon == 1 %} {{d.diskon}}% {% else %} {{d.diskon | currency}} {% endif %} | {{d.total | currency}} |