{% extends "admin/base_site.html" %} {% load i18n admin_urls static %} {% block title %}{% translate "Archive Confirmation" %}{% endblock %} {% 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 %}
{% translate "Are you sure you want to archive the following version?" %}