{% extends "admin/base_site.html" %} {% load i18n admin_urls static %} {% block extrahead %} {{ block.super }} {{ media }} {% endblock %} {% block breadcrumbs %}{% endblock %} {% block bodyclass %}{{ block.super }} app-{{ opts.app_label }} model-{{ opts.model_name }} delete-confirmation{% endblock %} {% block content %}
{% if draft_version %} {% translate "Reverting to this version may cause loss of an existing draft version. Please select an option to continue" %} {% else %} {% translate "Are you sure you want to revert to the following version?" %} {% endif %}