{% load i18n %} {% load texsitecore_tags %} {% load wagtailimages_tags %} {% get_live_descendant_pages value.parent value.limit value.newest_first as pages %} {% get_paginator request.GET.page pages 8 as paginator %} {% for article in paginator %}
{% if paginator.has_other_pages or not forloop.last %}{% trans "No entries found" %}
{% endfor %} {% if paginator.has_other_pages %} {% include "texsitecleanblog/includes/paginator.html" with items=paginator only %} {% endif %}