{% extends "conjunto/app_base.html" %}
{% load i18n archive %}
{# Archive timeline — full-page wrapper for ArchiveTimelineView. #}
{# Plugin detail pages typically embed the partial directly via #}
{# {% archive_timeline instance %}; this wrapper keeps the view #}
{# reachable as a stand-alone page (bookmark / deep-link / tests). #}
{% block page_title %}{% translate "Revision history" %}{% endblock %}
{% block content %}
{% include "archive/_timeline.html" %}
{% endblock %}