{% extends 'base.html' %} {% 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 title %}{{section.label}}{% endblock %} {% block pagetitle %}

{{section.label}}

{% 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 %}
{% else %} {% endif %} {% endif %} {% endif %} {% include "pagetree/toc.html" %}
{% endblock %} {% block content-nav %} {% endblock %}