上个月
{% for j in range(year-5,year+6) %}
{{j}}年
{% end %}
{% for i in range(0,13) %} {% if i == 0 %}
全年
{% else %}
{{i}}月
{% end %} {% end %}
下个月