{% extends "pagetree/base_pagetree.html" %} {% load bootstrap %} {% load render %} {% load static from staticfiles %} {% block title %}{{section.label}} (edit){% endblock %} {% block bodyclass %}edit module-{{module.slug}}{% endblock %} {% block bodyid %}section-{{section.id}}{% endblock %} {% block js %} {% 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 %} {% with section.is_root as is_root %}

    {{ section.label }}

    {{hierarchy.name}}

      {% for s in root.get_descendants %} {% endfor %}
    {% if section.pageblock_set.count %}

    Drag the arrows to reorder pageblocks:

    {% for block in section.pageblock_set.all %}
    {{block.label}} {% rendersummary block %}
    {% 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

    Add Child

    {% csrf_token %} {{ section.add_child_section_form|bootstrap }}
    {% for blocktype in available_pageblocks %} {% if blocktype %} {% endif %} {% endfor %}
    {% csrf_token %}
    Edit Page {{ section.edit_form|bootstrap }}
    {% csrf_token %}
    Move "{{section.label}}" Section To...

    {{ section.move_form.as_p }}

    {% 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 %}
    {% endwith %} {% endblock %} {% block content-nav %} {% endwith %} {% endblock %}