{% extends 'base.html' %} {% block title %} Documentation - {{ block.super }} {% endblock %} {% block breadcrumbs %}
{% endblock %} {% block content %}| Order | Title | Parent | {% if 'documentation.change_docpage' in perms %}Edit | {% endif %}
|---|---|---|---|
| {{ page.order }} | {{ page.title }} | {{ page.parent }} | {% if 'documentation.change_docpage' in perms %}{% endif %} |