{% extends "admin/base.html" %} {% block title %}Revisions of {{ page.title }} · bragi admin{% endblock %} {% block content %}

Revisions of “{{ page.title }}”

← Back to edit

{% if revisions %} {% for rev in revisions %} {% endfor %}
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
{% else %}

No revisions yet. The first one will land the next time this page is edited.

{% endif %} {% endblock %}