{# Page list partial. Wrapped in #page-list-table for hx-swap. #}
{% if pages %} {% for page in pages %} {% 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" %} {% endfor %}
Title Slug Parent Status Nav Order Updated
{{ page.updated_at.strftime('%Y-%m-%d') }}
{% else %}

No pages yet. Create your first one.

{% endif %}