{% macro month_menu(routeName, months, currentMonth) %}
{% for id,month in months %} {% set isCurrent = currentMonth is not null and month | date("Y-m") == currentMonth | date("Y-m") %}
{% endfor %} {# #}
{% endmacro %}