{% extends "erp_base.html" %} {% block content %} ← 내 개인경비 엑셀(전체) 승인 대기 ({{ items | length }}건) 제출 상태 항목 — 일괄 승인 / 항목별 반려 선택 일괄 승인 (0) 사용일 소유자 분류 가맹점/메모 금액 동작 {% 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 %}