{% 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 %}