{% set month = "now"|date("m/d/Y") %} {% for j in range(1, 12) %} {% set month = month|date_modify('-1 month') %}
  • {{ month|date('F Y') }}
  • {% endfor %}