{% extends "admin/base_site.html" %} {% block content %}
{% if not sites|length_is:"1" %}

(The new PluginPage will be create on site: '{{ current_site }}'.)

{% endif %} {% if has_errors %}
{% trans 'Form errors:' %} {% for form in all_forms %} {% include "admin/pylucid/includes/form_errorlist.html" %} {% endfor %}
{% endif %}
PluginPage {% include "admin/pylucid/includes/buttons_save_abort.html" %} {% with pluginpage_form as form %} {% include "admin/pylucid/includes/pylucid_formset.html" %} {% endwith %}
{% for form in pagemeta_formset %}
{% trans 'Language' %}: {{ form.language.description }}

PageMeta

{% include "admin/pylucid/includes/pylucid_formset.html" %}
{% endfor %} {% include "page_admin/includes/fieldsets_pagetree.html" %} {% include "admin/pylucid/includes/buttons_save_abort.html" %}
{% endblock %}