{% for pd in ctrl.page_dates %}
  • {{pd}}
      {% for p in ctrl.get_pages(filters=[['mdate_string','==',pd]], sort_key='title', direction='asc') %}
    • {{p.title}}
    • {% endfor %}
  • {% endfor %}