{% extends "admin/base.html" %} {% block title %}Revisions of {{ page.title }} · bragi admin{% endblock %} {% block content %}
| Captured at | Title | Slug | Status | Parent | |
|---|---|---|---|---|---|
| {{ rev.created_at.strftime('%Y-%m-%d %H:%M:%S') }} UTC | {{ rev.title }} | {{ rev.slug }} |
{{ rev.status }} | {{ rev.parent_id or '(root)' }} | View |
No revisions yet. The first one will land the next time this page is edited.
{% endif %} {% endblock %}