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

{% trans "Are you sure?" %}

The following objects will be locked. Locked objects may not be edited until unlocked.

{% translate "Summary" %}

{% translate "Objects" %}

{% csrf_token %}
{% if is_popup %}{% endif %} {% if to_field %}{% endif %} {% translate "No, take me back" %}
{% else %}

No objects have been selected for locking.

{% endif %} {% endblock %}