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

{{ year }}년 월별 / 카테고리별 합계

총 {{ "{:,}".format(grand_total) }} 원
{% for c in categories %} {% endfor %} {% for m in months %} {% set row_total = pivot[m].values() | sum %} {% for c in categories %} {% endfor %} {% else %} {% endfor %} {% if months %} {% for c in categories %} {% endfor %} {% endif %}
{{ c }}합계
{{ m }} {% if pivot[m].get(c) %}{{ "{:,}".format(pivot[m][c]) }}{% else %}-{% endif %} {{ "{:,}".format(row_total) }}
데이터 없음
합계 {{ "{:,}".format(cat_totals[c]) }} {{ "{:,}".format(grand_total) }}
{% endblock %}