#macro(upload_svgs_form)
#end
#macro(filter_and_collection_forms)
#end
#macro(pagination)
#if($has_next || $page>1)
#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
Page $page
#if($has_next)
- Next page
#end
#end
#end
Return to cardlist
#upload_svgs_form()
#filter_and_collection_forms()
Available SVGs:
#pagination()
#foreach($name in $svgs)
-
$escape_html($name)
#end
#pagination()
#upload_svgs_form()
#filter_and_collection_forms()
Return to cardlist