#macro(form)
#end
#macro(pagination)
#set($self = "svg?")
#if($current_collection)
#set($self = "${self}collection=$escape_html($current_collection)&")
#end
#if($filter)
#set($self = "${self}filter=$escape_html($filter)&")
#end
#if($page>1)Previous page - #end
Next page
#end
Return to cardlist
Available SVGs:
#pagination()
#foreach($name in $svgs)
-
$escape_html($name)
#end
#pagination()
#form()
Return to cardlist