{% load money %} {# Clone from other years #}
{% for md in months_data %} {% if md.items %}

{{ md.label }}

{% for item in md.items %} {% if editing_id == item.id %} {% else %} {% endif %} {% endfor %}
Concept Amount Actions
Cancel
{{ item.concept }} {{ item.amount|money }} €
Total {{ md.total|money }} €
{% endif %} {% endfor %} {% if grand_total == 0 %}

No planned expenses

{% else %}
Annual total {{ grand_total|money }} €
{% endif %}