{% extends "layout/ver_baru/base_admin.html" %} {% load humanize %} {% load static %} {% block title %}Monitoring Transaksi{% endblock %} {% block content %}
| No | {% for h in headers %}{{ h }} | {% endfor %}|||
|---|---|---|---|---|
| {{ row.0 }} | Rp {{ row.2|floatformat:0|intcomma }} | Rp {{ row.3|floatformat:0|intcomma }} | {{ row.4|floatformat:2 }}% | |
| {{ forloop.counter }} | {{ row.1 }} | Rp {{ row.2|floatformat:0|intcomma }} | Rp {{ row.3|floatformat:0|intcomma }} | {{ row.4|floatformat:0 }}% |
| No | {% for h in headers %}{{ h }} | {% endfor %}Aksi | |||
|---|---|---|---|---|---|
| {{ row.0 }} | Rp {{ row.2|floatformat:0|intcomma }} | Rp {{ row.3|floatformat:0|intcomma }} | {{ row.4|floatformat:2 }}% | ||