{% extends "base.html" %} {% block title %}{{ _("Restore %s") % page.page }}{% end block %} {% block content %}
{{ _("Restore %s") % page.page }}

{{ _("Do you really want to restore this page to its revision from %s?") % locale.format_date(page.timestamp) }}

{% raw xsrf_form_html() %}
{% end block %}