← {{ prev_year_month }}
{{ year_month }}
{{ next_year_month }} →
{% if state %}
{% if state == 'closed' and month.closed_at %}
Closed {{ month.closed_at.strftime('%Y-%m-%d') }}
{% else %}
{{ state | capitalize }}
{% endif %}
{% if state == 'planning' %}
{% elif state == 'active' %}
{% elif state == 'closed' %}
{% endif %}
{% endif %}
{% if all_months %}
{% endif %}
Budget config