{% load humanize i18n static %} {% language 'en-US' %} {% csrf_token %}
| # | No Batch | Tgl Mulai | Kadaluarsa | Layanan | Diskon | Status | Dibuat oleh | Act | {% for item in diskonlist %}
|---|---|---|---|---|---|---|---|---|
| {{forloop.counter}} | B00{{item.kode}} | {{item.start_at|date:"d M Y"}} | {{item.expired_at|date:"d M Y"}} | {% if item.tipe_diskon != "%" %}-{%endif%}{{ item.diskon|floatformat:0|intcomma }} {% if item.tipe_diskon == "%" %}%{%endif%} | {% if item.is_active%}Aktif{% else %}Tidak Aktif{% endif %} | {{item.created_by}} |