{% extends "admin/base_site.html" %} {% load i18n admin_urls static %} {% block extrahead %} {{ block.super }} {% endblock %} {% block breadcrumbs %}
{% endblock %} {% block content %} {% if objects %}The following objects will be unlocked and made editable again:
No objects have been selected for unlocking.
{% endif %} {% endblock %}