{% extends 'base.html' %} {% load i18n %} {% block 'contents' %} {% for ym in year_month_list %} {% endfor %} {% for exp_line in data_list %} {% for data in exp_line %} {% endfor %} {% endfor %} {% for sub_total in ym_total %} {% endfor %}
{% trans 'No.' %} {% trans 'Expense Item' %}{{ ym }}
{{ data }}
{% trans 'Total' %}{{ sub_total }}
{% endblock %}