{% load main_extras %} {% load history_extras %} {% load transaction_extras %} {% load i18n %}
{{ "expand-up-down"|remix }} | {% translate "Month" %} | {% translate "Expenses" %} | {% translate "Income" %} | ||
---|---|---|---|---|---|
{% up_down_icon date.sum %} | {% month_url date.month %} | {{ date.sum_m|pmrvalue }} | {% plot_bar date.sum date.sum_m history.max.pm %} | {% plot_bar date.sum date.sum_p history.max.pm %} | {{ date.sum_p|pmrvalue }} |
{% translate "Year" %} | {% calendar_head %}||
---|---|---|
{% year_url y %} | {% for m in year %} {% if forloop.parentloop.last and forloop.first %} {% empty_calendar_cells_start m.month.month %} {% endif %} {% if m %}{% else %} | {% endif %} {% if forloop.parentloop.first and forloop.last %} {% empty_calendar_cells_end m.month.month %} {% endif %} {% endfor %} |