{%- if months.size > 0 -%} {%- for month in months -%}
{{ month.label | escape }}
{%- endfor -%} {%- else -%}
{{ empty_label | escape }}
{%- endif -%}