{% extends "grappelli:admin/change_list.html" %} {% load i18n grp_tags admin_urls admin_static admin_list %} {% block content %}
{% csrf_token %}

Results

{% if is_popup %}{% endif %} {% if cl.formset.errors %}

{% if cl.formset.total_error_count == 1 %}{% trans "Please correct the error below." %}{% else %}{% trans "Please correct the errors below." %}{% endif %}

{{ cl.formset.non_form_errors }} {% endif %} {% if cl.formset %} {{ cl.formset.management_form }} {% endif %} {% block result_list %} {% result_list cl %} {% endblock %}
{% if not cl.result_count == 0 %} {% block pagination_bottom %} {% endblock %} {% endif %} {% if cl.formset or action_form %} {% endif %}
{% endblock %}