{% extends "newman/change_list.html" %} {% load admin_list newman_list cache %} {% block content %}
{% if cl.formset %} {{ cl.formset.management_form }} {% endif %}
{% trans 'Go' %}
{% ifnotequal cl.paginator.num_pages 1 %}{% pagination cl %}{% endifnotequal %} {% block result_list %} {# % if actions_on_top and cl.full_result_count and not is_popup %}{% admin_actions %}{% endif % #} {% newman_result_list cl %} {% if actions_on_bottom and cl.full_result_count %}{% admin_actions %}{% endif %} {% endblock %} {% block pagination %}{% pagination cl %}{% endblock %}
{% endblock %} {% block content_js %} {{ block.super }} {% if media %} {% cache 300 'nm-cl-js' cl %} {% endcache %} {% endif %} {% endblock %}