{% extends "combo/manager_base.html" %} {% load i18n %} {% load cells %} {% load thumbnail %} {% block appbar %}

{% trans 'Snapshot Restore' %} - {{ page.title }}

{% endblock %} {% block breadcrumb %} {{ block.super }} {% trans 'Page' %} - {{page.title }} {% trans "History" %} {% trans "Snapshot Restore" %} {% endblock %} {% block content %}
{% csrf_token %}

{% blocktrans with date=object.timestamp|date:"DATETIME_FORMAT" snapshot_id=object.id%} Are you sure you want to restore snapshot #{{snapshot_id}} of the page (dated {{date}})? {% endblocktrans %}

{% trans 'Cancel' %}
{% endblock %}