{% extends "wagtailadmin/pages/listing/_list.html" %} {% load i18n wagtailadmin_tags %} {# Page listing include, customised for 'explore' mode #} {% block post_parent_page_headers %} {% if parent_page %} {% if parent_page.is_root %}
{% blocktrans trimmed %} 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 trimmed %} If you just want to add pages to an existing site, create them as children of the homepage instead. {% endblocktrans %}
{% else %} {% blocktrans trimmed %} 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 %}