{% extends '../template.html' %} {% block subcontent %}
aktif histori

Aktif Order: Search:

{% if data.length > 0 %} {% for row in data %} {% if row.delivery_time == "" %} {% else %} {% endif %} {% endfor %}
ID Tgl/Jam Customer Store Status Delivery Time
{{row.id}} {{row.date}} {{row.nama}} {{row.store_nama}} {{row.status}}- loading -{{row.delivery_time}} Detail
{% else %} - Order Masih Kosong -

{% endif %}
{% endblock %} {% block script %} {% endblock %}