Transaction History
| Transaction | Item | Harga | Status |
|---|---|---|---|
| {{item.transaction_ticket}} | {{item.total_qty}} | {{item.total_harga}} | {{item.status_transaksi}} |
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %} {% endfor %} {% endif %} {% endwith %}
| Transaction | Item | Harga | Status |
|---|---|---|---|
| {{item.transaction_ticket}} | {{item.total_qty}} | {{item.total_harga}} | {{item.status_transaksi}} |