{% extends '../template.html' %} {% block style %} {% endblock %} {% block subcontent %}
| Tanggal | Nomor | Uraian | Debit | Kredit | |
|---|---|---|---|---|---|
| {{row.tgl}} | {{row.no_transaksi}} | {{row.uraian}} | {{row.debit | currency}} | {{row.kredit | currency}} |
| Debit | Kredit | Saldo |
|---|---|---|
| {{ kas.debit | currency}} | {{ kas.kredit | currency}} | {{ kas.saldo | currency}} |