--- title: Aktuelles process: markdown: true twig: true admin: children_display_order: collection content: items: '@taxonomy': type: event order: by: date dir: asc limit: '10' pagination: false --- {% set events = page.collection({ 'items':{ '@taxonomy.type':'event', '@taxonomy.event_repeat':['S','U'] } }) .dateRange(datetools.startOfMonth, datetools.endOfMonth) .order('date', 'asc') %}