[% cat_title %]

[% BLOCK paging %]
[%- INCLUDE components/pagination.tt cur_args => qargs current => qargs.page, total_pages => max_page, path => "/customize/" -%]
[% shows = [ 6 6 12 12 24 24 48 48 96 96 "all" "All" ] %]
[% dw.form_auth %] [% dw.ml('widget.themechooser.show') %] [% form.select( name = 'Widget[ThemeNav]_show', id = "show_dropdown_$location", selected = qargs.show, class = "inline show_dropdown", items = shows ) %]
[% END %] [%# code for the top paging area %] [% PROCESS paging location = "top" %]
[%# code for the bottom paging area %] [% PROCESS paging location = "bottom" %]