{% extends "admin/base_site.html" %} {% load i18n admin_urls %} {% block extrahead %} {{ block.super }} {% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}

{% blocktrans with verbose_name_plural=opts.verbose_name_plural %} This process assigns new ordering numbers with a gap of 100 to {{ verbose_name_plural }} without touching their current order to simplify inserting and moving them. {% endblocktrans %}

{% blocktrans with verbose_name_plural=opts.verbose_name_plural %} Are you sure you want to continue? This process can take a few seconds depending on the number of {{ verbose_name_plural }} and the current load on the website. {% endblocktrans %}

{% csrf_token %}
{% trans "No, take me back" %}
{% endblock content %}