{% load i18n wagtailcore_tags %} {% if not page.is_root %} {% if page.get_next_sibling %}
{{ page.get_next_sibling }}
{% else %} {% include 'wagtail/components/next.html' with page=page.get_parent %} {% endif %} {% endif %}