[#if calendars?? && calendars?size>0] [#list calendars as cal]

${cal.month}月

[#if cal.state == 1]有[#else]无[/#if]
[/#list] [/#if]