[% 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" ] %]
[% END %]
[%# code for the top paging area %]
[% PROCESS paging location = "top" %]
[% FOREACH theme IN themes %]
[% NEXT UNLESS theme %]
-
[% theme.name %]
[% END %]
[%# code for the bottom paging area %]
[% PROCESS paging location = "bottom" %]