{% for month,items in archives_data %}
  • {{ month|date('F Y') }} {% if archives_show_count %} {{ items|length }} {% endif %}
  • {% endfor %}