{% extends template_base %} {% load batch_list pending_tags %} {% block result_list %}
{% if batchadmin_on_top or not cl.paginator.count %}{% actions %}{% endif %} {% result_list_pending cl %} {% if batchadmin_on_bottom and cl.paginator.count %}{% actions %}{% endif %}
{% endblock %}