{% extends "erp_base.html" %} {% block content %} ← 내 개인경비 엑셀(전체) 승인 대기 ({{ items | length }}건) 제출 상태 항목 — 승인/반려 처리 사용일 소유자 분류 가맹점/메모 금액 결재 {% for it in items %} {{ it.spent_at }} {{ it.owner }} {{ it.category }} {{ it.merchant }} {% if it.memo %}{{ it.memo }}{% endif %} {{ "{:,}".format(it.amount) }} 원 첨부 반려 승인 {% else %} 대기 항목이 없습니다. {% endfor %} {% endblock %} {% block scripts %} {% endblock %}