#set ($path = $tools.iterator.wrap($obj.getContextPath()))
#foreach ($p in $path)
#set ($o = $path.more())
$o.getLabel()#if ($path.hasMore()) › #end
#end
#if ($obj.getObjectTypeId() == 11)
$obj.label
$obj.render() #else #if ($obj.hasChildren()) #if ($e.isExport()) #set ($types = [4,3,2,11,1,7]) #else #set ($types = [4,3,2,11,1,6,7]) #end #set ($config = { "useLink":"true","types":$types,"recurse":"false" })
$tools.html.toUnorderedList($obj.getChildren(),$config)
#end
#end