{% extends "erp_base.html" %} {% block content %}
← 내 개인경비 엑셀(전체)

승인 대기 ({{ items | length }}건)

제출 상태 항목 — 일괄 승인 / 항목별 반려
{% for it in items %} {% else %} {% endfor %}
사용일 소유자 분류 가맹점/메모 금액 동작
{{ it.spent_at }} {{ it.owner }} {{ it.category }}
{{ it.merchant }}
{% if it.memo %}
{{ it.memo }}
{% endif %}
{{ "{:,}".format(it.amount) }} 원
대기 항목이 없습니다.
{% endblock %} {% block scripts %} {% endblock %}