{% extends "wagtailadmin/pages/listing/_list.html" %} {% load i18n %} {# Page listing include, customised for 'explore' mode #} {% block parent_page_title %} {% include "wagtailadmin/pages/listing/_parent_page_title_explore.html" %} {% endblock %} {% block post_parent_page_headers %} {% if parent_page %} {% if parent_page.is_root %}
{% blocktrans %} The root level is where you can add new sites to your Wagtail installation. Pages created here will not be accessible at any URL until they are associated with a site. {% endblocktrans %} {% if wagtailsites_index_url %} {% trans "Configure a site now." %} {% endif %}
{% blocktrans %} If you just want to add pages to an existing site, create them as children of the homepage instead. {% endblocktrans %}
{% else %} {% blocktrans %} Pages created here will not be accessible at any URL. To add pages to an existing site, create them as children of the homepage. {% endblocktrans %} {% endif %}