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