{% extends "wagtailadmin/base.html" %}
{% load i18n %}
{% load page_permissions %}
{% block titletag %}{% blocktrans with title=parent_page.title %}Exploring {{ title }}{% endblocktrans %}{% endblock %}
{% block bodyclass %}menu-explorer page-explorer {% if ordering == 'ord' %}reordering{% endif %}{% endblock %}
{% block content %}
Explorer
{% if not parent_page.is_root %}
{% endif %}