{% extends "base.html" %} {% block content %}
{{ p['nama_pt'] }} · {{ p['tgl_beli'] }}
| {{ L.col_no }} | {{ L.col_ikan }} | {{ L.col_berat }} | {{ L.col_harga }} | {{ L.col_jumlah }} | {{ L.col_jpen }} | {{ L.col_hpp_final }} |
|---|---|---|---|---|---|---|
| {{ loop.index }} | {{ it['nama'] }} | {{ "{:,.2f}".format(it['qty']) }} | Rp {{ "{:,.0f}".format(it['harga']) }} | Rp {{ "{:,.0f}".format(it['jumlah']) }} | Rp {{ "{:,.0f}".format(it['jumlah_penyesuaian']) }} | Rp {{ "{:,.0f}".format(it['hpp_final']) }} |