{% extends "layout/backend.j2" %} {% block content %}
List of pages
| Action | Title | Datum | Author |
|---|---|---|---|
|
|
{{ '> ' * (loop.depth - 1) }} {{ page.title if page.title else 'page %s' % page.id }} | {{ page.datetime }} | {{ page.user.name }} |