#macro(upload_svgs_form)

Upload SVG:


#if($uploaded) Upload was successfull! #end

#end #macro(filter_and_collection_forms)

Filter svgs:

#if($current_collection) #end

Collections:

No collection #foreach($collection in $collections) - $escape_html($collection) #end
#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() #pagination()
#upload_svgs_form() #filter_and_collection_forms()
Return to cardlist