{% load i18n wagtailcore_tags wagtail_events_tags %} {% block content %}

{{ page.title }}

{{ page.body|safe }}

{% trans "Events" %} ({{ children.scope }}) | {{ children.start_date }} - {{ children.end_date }}

{% trans "Results found" %}:{{ children.items|length }}

{% trans "Previous" %} | {% trans "Next" %}

{% if children.items %} {% if is_paginated %} {% include "includes/paginator.html" with page=children.items %} {% endif %} {% else %}

{% trans "No events found" %}

{% endif %} {% endblock %}