{% extends "admin/base_site.html" %} {% load i18n admin_urls %} {% block bodyclass %}{{ block.super }} app-{{ opts.app_label }} model-{{ opts.model_name }} revert-confirmation{% endblock %} {% block breadcrumbs %}
{% endblock %} {% block content %}{% blocktrans with escaped_object=object %} Are you sure you want to revert the {{ object_name }} "{{ escaped_object }}" to its version of {{ revision_date }}? All of the following related items will also be reverted: {% endblocktrans %}