paginated_list.html 207 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 {% load i18n get %} {% with paginer|get:id as paginer_obj %} <div id="{{ id }}" class="paginer paginer-{{ paginer_obj.type }}"> {% include "paginated_list_rows.html" %} </div> {% endwith %}