{% load humanize i18n static %} {% language 'en-US' %} {% csrf_token %}
List Diskon
{% for item in diskonlist %} {%endfor%}
# No Batch Tgl Mulai Kadaluarsa Layanan Diskon Status Dibuat oleh Act
{{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}}
{% endlanguage %}