Blame view

paginer/templates/paginated_list.html 207 Bytes
janek37 authored
1
2
3
{% load i18n get %}

{% with paginer|get:id as paginer_obj %}
janek37 authored
4
5
6
    <div id="{{ id }}" class="paginer paginer-{{ paginer_obj.type }}">
        {% include "paginated_list_rows.html" %}
    </div>
janek37 authored
7
{% endwith %}