{% extends "admin.html" %} {% block headtitle %}Content Pages - {% endblock %} {% block meeting_information_active %}active{% endblock %} {% block content %}
{% if pages %} {% for page in pages %} {% if page.get_subpages %} {% include "admin/meeting_information/pages/listing-subpages.html" with page=page count=6 %} {% endif %} {% endfor %}
Title URL Parent
{{ page }} {{ page.get_full_url }} {{ page.parent }} Resources ({{ page.get_resources.count }})
{% else %}

No pages found.

{% endif %}

Back to Meetings

{% endblock %}