{{ pretty_next or next_year_month }}→
{% if state %}
{% if state == 'closed' and month and month.closed_at %}
Closed {{ month.closed_at.strftime('%Y-%m-%d') }}
{% else %}
{{ state }}
{% endif %}
{% if state == 'planning' %}
{% elif state == 'active' %}
{% elif state == 'closed' %}
{% endif %}
{% else %}
{% endif %}
{% if all_months and all_months|length > 1 %}
{% endif %}