{% extends "admin/base.html" %} {% load i18n admin_urls static %} {% block title %}{% trans "Restore confirmation" %}{% endblock %} {% block content_title %}
{% blocktranslate %}Restoring the selected {{ objects_name }} would result in modifying related objects, but your account doesn't have permission to modify the following types of objects:{% endblocktranslate %}
{% blocktrans with objects_name=objects_name %}Are you sure you want to restore the selected {{ objects_name }}?{% endblocktranslate %}