{% extends "wiki/base.html" %} {% set title = _('Revert Revision | {document}')|f(document=document.title) %} {% block title %}{{ page_title(title) }}{% endblock %} {% block bodyclass %}revert-document{% endblock %} {% block content %}

{{ _('Are you sure you want to revert to this revision?') }}

{{ document.title }}
{{ revision.creator }}
{{ datetimeformat(revision.created, format='longdatetime') }}
{{ revision.content }}
{{ revision.tags }}
{{ csrf() }} {{ _('Why are you reverting to this revision?') }}

{{ _('You are about to revert the document to this revision. Click "revert" to revert to the content above.')|safe }}

{% endblock %}