{% load humanize i18n static %} {% language 'ID' %} {% csrf_token %}
Rp{{lastPemasukan|floatformat:0|intcomma}} Rp{{lastMonthTotal|floatformat:0|intcomma}}
List Pengeluaran Bulan {{lastmonthyear}}
{% if pengeluaranlisthistory %} {% for x in pengeluaranlisthistory %} {% endfor %} {% else %} {% endif %}
# Tanggal Keterangan Kategori Kuantitas Harga Jumlah Pembayaran
{{forloop.counter}} {{x.activity_date}} {{x.title}} {{x.subcategory.name}} {{x.qty}} Rp{{x.price|floatformat:"0"|intcomma}} Rp{{x.total|floatformat:"0"|intcomma}} {{x.payment_method}}
Data not found.
{% endlanguage %}