{% extends "admin/base_site.html" %} {% load i18n admin_urls %} {% block breadcrumbs %}
{% endblock %} {% block content %}{% trans "Object" %} | {% trans "Version" %} | {% trans "Version ID" %} | {% trans "User" %} | {% trans "Date" %} |
---|---|---|---|---|
{{ opts.verbose_name }}: {{ instance }} | {{ version.data.version }} | {{ version.id }} | {{ version.user }} | {{ version.date }} |
{% blocktrans %} You are about to revert the changes made to the object accross {{ count }} versions. Please carefully review the proposed changes below and then click the `Revert` button to proceed with the reversion. {% endblocktrans %}
{% blocktrans %}Please note that performing undeletions for soft-deleted objects will NOT do cascading undeletes to children of that object. {% endblocktrans %}
{% if errors %}{% blocktrans %}Reversion was aborted because of these errors{% endblocktrans %}