{% extends "admin/base_site.html" %} {% load intellipages lemon_list admin_list admin_static i18n %} {% block extrastyle %}{{ block.super }}{% endblock %} {% block extrahead %}{{ block.super }} {{ media }} {% endblock %} {% block content %} {% if title %}

{{ title }}

{% endif %} {% block tools %} {% if has_add_permission %} {% endif %} {% endblock %}
{% if action_form and actions_on_top and cl.full_result_count %}{% admin_actions %}{% endif %}
{% block date_hierarchy %}{% date_hierarchy cl %}{% endblock %}
{% block filters %} {% if cl.has_filters %}

{% trans 'Filter' %}

{% for spec in cl.filter_specs %}{% admin_list_filter cl spec %}{% endfor %}
{% endif %} {% endblock %}
{% csrf_token %}
{% if cl.formset %}{{ cl.formset.management_form }}{% endif %}
{% block result_list %} {% result_list cl %} {% endblock %}
{% if cl.formset and cl.result_count %}
{% endif %} {% endblock %}