{% extends "layouts/base.html" %} {% load i18n admin_urls static admin_list %} {% block extrastyle %} {{ block.super }} {% if cl.formset or action_form %} {% endif %} {{ media.css }} {% if not actions_on_top and not actions_on_bottom %} {% endif %} {% endblock %} {% block extrahead %} {{ block.super }} {{ media.js }} {% endblock %} {% if not is_popup %} {% block breadcrumbs %}

{{ cl.opts.verbose_name_plural|capfirst }}

{% endblock %} {% endif %} {% block content %} {% endblock %}