{% extends "admin/base_site.html" %} {% block content %} {% if design_switch %}

The current page design is switched to: {{ design_switch }}.
You will see all cms pages in this design.

{% else %}

No 'design switch' active.
You will see all cms pages in the design associated by the PageTree.

{% endif %}
{% csrf_token %} {% include "admin/pylucid/includes/form_fieldset_errorlist.html" %} {% include "admin/pylucid/includes/markup_preview_fieldset.html" %}
{% include "admin/pylucid/includes/pylucid_formset.html" %}

links

{% endblock %}