{% extends 'admin.html' %} {% load url from future %} {% block pages_active %} class="active" {% endblock %} {% block content %}
Admin
Pages
Page Sections
Manage Sections for
{{ page }}
Add New Section
{% if sections %} {% for section in sections %} {% endfor %}
Title
Order
{{ section }}
{{ section.order }}
Resources ({{ section.get_resources.count }})
{% else %}
There are currently no sections in this page
{% endif %}
Back to Page Admin
{% endblock %}