{% comment %} Show pagination controls as per search/pagination table detail spec. Input: objects, setup for pagination using the standard method in views. object_count, count for complete list of objects, (all pages, no pattern) {% endcomment %} {# only paginate if 10 or more rows unfiltered, all pages #} {% if object_count >= 10 %}
{% endif %}