{% extends "base.html" %} {% load compress %} {% load bootstrap %} {% load render %} {% block title %}{{section.label}} (edit){% endblock %} {% block js %} {% compress css %} {% endcompress %} {% compress js %} {% endcompress %} {% endblock %} {% block moduletabs %} {% endblock %} {% block sidenav %}

Sections

{% with "/edit" as menu_base %} {% include "pagetree/menu.html" %} {% endwith %} {% endblock %} {% block navrightextra %}
  • view page
  • {% endblock %} {% block content %}

    {{ section.label }}

    {% if section.pageblock_set.count %}

    Drag the arrows to reorder pageblocks:

    {% for block in section.pageblock_set.all %}
    {{block.label}} {% rendersummary block %}
    edit delete {% if block.block.exportable %} export {% endif %}
    {% endfor %} {% for block in section.pageblock_set.all %} {% endfor %} {% else %}
    Warning! There are no pageblocks on this page. You should add some.
    {% endif %}

    Reorder Children

    Drag and drop arrows to reorder children

      {% for child in section.get_children %}
    • {{child.label}}
    • {% endfor %}

    Add Child

    {{ section.add_child_section_form|bootstrap }}
    {% for blocktype in available_pageblocks %} {% if blocktype %} {% endif %} {% endfor %}
    {% csrf_token %}
    Edit Page {{ section.edit_form|bootstrap }}
    {% if section.version_set.count %} {% for version in section.version_set.all %} {% endfor %}
    Saved At User Activity Actions
    {{version.saved_at}} {{version.user}} {{version.activity}} revert
    {% endif %}
    {% endblock %} {% block content-nav %} {% endblock %}