{% extends "admin/base.html" %} {% block title %}Pages - Admin - {{ site_name() }}{% endblock %} {% block admin_content %}
| Title | Slug | Status | Created | Actions |
|---|---|---|---|---|
| {{ page.title }} | /{{ page.slug }} | {% if page.is_published %} Published {% else %} Draft {% endif %} | {{ page.created_at.strftime('%Y-%m-%d') }} | Edit {% if page.is_published %} {% else %} {% endif %} |
No pages found.
{% endif %} {% endblock %}