diff --git a/app/modules/expense/templates/expense/index.html b/app/modules/expense/templates/expense/index.html index 147760d..d065c60 100644 --- a/app/modules/expense/templates/expense/index.html +++ b/app/modules/expense/templates/expense/index.html @@ -22,16 +22,6 @@
-
- 총 건수 - {{ summary.count }} 건 -
-
- 총 금액 - - {{ "{:,}".format(summary.total) }} 원 - -
{% for status in statuses %}
{{ status }} @@ -88,8 +78,8 @@
- {{ items | length }}건 - 합계 {{ "{:,}".format(month_total) }} + {{ items | length }}건 + 합계 {{ "{:,}".format(month_total) }} {% if supports_workflow %}