Parent: [4bfe7d] (diff)

Child: [ddf08c] (diff)

Download this file

page_list.html    8 lines (7 with data), 247 Bytes

1
2
3
4
5
6
7
<div>
<div class="page_list">
{% set paginator = widget.paginator(count, page, limit) %}
{{paginator.pager('$link_first $link_previous ~2~ $link_next $link_last (Page $page of $page_count)')}}
</div>
<div class="clear"></div>
</div>