{% extends "admin/base_site.html" %} {% load i18n admin_urls ralph_tags admin_static admin_list foundation_alert sitetree cache %} {% block extrastyle %} {{ block.super }} {% if not actions_on_top and not actions_on_bottom %} {% endif %} {% endblock %} {% block bodyclass %}{{ block.super }} app-{{ opts.app_label }} model-{{ opts.model_name }} change-list{% if bulk_edit %} bulk-edit{% endif %}{% endblock %} {% block coltype %}flex{% endblock %} {% block content %} {% if is_popup and cl %} {% contextual_search_form search_url search_fields cl.opts.verbose_name %} {% endif %}