{% extends 'admin.html' %} {% load url from future %} {% block pages_active %} class="active" {% endblock %} {% block content %}
{% 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 %}