{# Page list partial. Wrapped in #page-list-table for hx-swap. #}
| Title | Slug | Parent | Status | Nav | Order | Updated | ||
|---|---|---|---|---|---|---|---|---|
| {% include "admin/_page_title_cell.html" %} {% with full_path=page_paths.get(page.id) %}{% include "admin/_page_slug_cell.html" %}{% endwith %} {% with candidates=page_parent_choices.get(page.id) %}{% include "admin/_page_parent_cell.html" %}{% endwith %} {% include "admin/_page_status_cell.html" %} {% include "admin/_page_show_in_nav_cell.html" %} {% include "admin/_page_menu_order_cell.html" %} | {{ page.updated_at.strftime('%Y-%m-%d') }} |
No pages yet. Create your first one.
{% endif %}