{% extends "layout/ver_baru/base_admin.html" %} {% load humanize %} {% load static %} {% block title %}Upload Excel Transaksi{% endblock %} {% block content %}

Upload Data Transaksi via Excel

{% csrf_token %}
Lihat Format Excel!
{% if failed %}
{{ failed|length }} baris gagal diproses:
    {% for row_num, error in failed %}
  • Baris {{ row_num }}: {{ error }}
  • {% endfor %}
{% endif %}
{% if inserted > 0 %} {% elif inserted == 0 and failed %} {% endif %} {% endblock %}