{% from 'macros.html' import transaction with context %} {% extends "layout.html" %} {% block title %}{{date.strftime('%B %Y')}}{% endblock %} {% block page_header %} {% include "_year_overview.html" %} {% set hide_month_switcher = true %} {% include "_month_switcher.html" %} {% endblock %} {% block page %} {% if budget %} {% include "_budget.html" %} {% if budget.transactions %} {% if categories %} {% include "_categories_bar.html" %} {% else %}
{% endif %}

{% if budget.transactions|length > 10 %} more {% endif %} Clear filter {% endif %} {% else %}

No data for this month

{% endif %} {% endblock %} {% block footer %} {% include "_tx_options.html" %} {% endblock %}