{% load render %} {% block js %} {% for block in section.pageblock_set.all %} {% renderjs block %} {% endfor %} {% endblock %} {% block css %} {% for block in section.pageblock_set.all %} {% rendercss block %} {% endfor %} {% endblock %} {% block bodyclass %}module-{{module.slug}}{% endblock %} {% block bodyid %}section-{{section.id}}{% endblock %} {% block title %}{{section.label}}{% endblock %} {% block pagetitle %}

{{section.label}}

{% endblock %} {% block moduletabs %} {% endblock %} {% block navrightextra %} {% if not request.user.is_anonymous %}
  • edit page
  • {% endif %} {% endblock %} {% block sidenav %} {% if module.get_children %}

    Sections

    {% include "pagetree/menu.html" %} {% endif %} {% endblock %} {% block content %}
    {% if needs_submit %} {% if is_submitted %} {% else %}
    {% endif %} {% endif %} {% for block in section.pageblock_set.all %}
    {% if block.label %}

    {{block.label}}

    {% endif %} {% render block %}
    {% endfor %} {% if needs_submit %} {% if request.user.is_anonymous %} {% else %} {% if is_submitted %} {% if allow_redo %}
    {% endif %} {% else %} {% endif %} {% endif %} {% endif %} {% include "pagetree/toc.html" %}
    {% endblock %} {% block content-nav %} {% endblock %}