#macro(form)

Upload SVG:


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

#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
#form()

filter

#if($current_collection) #end

Collections:

No collection #foreach($collection in $collections) - $escape_html($collection) #end

Available SVGs:

#pagination() #pagination() #form() Return to cardlist