{% extends "admin/change_list.html" %}
{% load i18n admin_urls %}
{% block pagination_top %}
{{ block.super }}
{% if cl.allow_custom_result_length %}
{% endif %}
{% endblock %}
{% block javascripts %}
{{ block.super }}
{% if cl.allow_custom_result_length %}
{% endif %}
{% endblock %}