{% 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 rollback this object to the version snapshot below. Please carefully review the proposed values and click the `Rollback` button to proceed with the rollback.{% endblocktrans %}
{% blocktrans %}Please note that performing undeletions for soft-deleted objects by restoring the `status` field of the object will NOT perform cascading undeletes to children of that object. {% endblocktrans %}
{% if errors %}{% blocktrans %}Rollback was aborted because of these errors{% endblocktrans %}