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

Upload Data Billing via Excel

{% csrf_token %}
{% if failed %}
{{ failed|length }} baris gagal:
    {% for row_num, error in failed %}
  • Baris {{ row_num }}: {{ error }}
  • {% endfor %}
{% endif %}
{% if inserted > 0 %} {% else %} {% endif %} {% endblock %}