| 이름 | 이메일 | 건수 | 합계금액 |
|---|---|---|---|
| {{ r.name }} | {{ r.owner }} | {{ r.count }} | {{ "{:,}".format(r.total) }} 원 |
| 해당 월 승인완료 항목이 없습니다. | |||
| 합계 | {{ count }} | {{ "{:,}".format(grand_total) }} 원 | |
| 사용일 | 이름 | 분류 | 수단 | 가맹점/메모 | 금액 | 상태 | 첨부 |
|---|---|---|---|---|---|---|---|
| {{ it.spent_at }} | {{ it.owner_name }} {{ it.owner }} |
{{ it.category }} | {{ it.method }} |
{{ it.merchant }}
{% if it.memo %}{{ it.memo }} {% endif %}
|
{{ "{:,}".format(it.amount) }} 원 | {% if it.status == '정산완료' %} {{ it.status }} {% else %} {{ it.status }} {% endif %} | |
| 해당 월 승인완료 항목이 없습니다. | |||||||