{% extends '../template.html' %} {% block subcontent %}
| Akun | Debit | Kredit |
| {{row.nama}} | {% if row.debit > 0 %}{{row.debit | currency}}{% endif %} | {% if row.kredit > 0 %}{{row.kredit | currency}}{% endif %} |
| Total | {{data.totalDebit | currency}} | {{data.totalKredit | currency}} |