#parse ("$full_templates_path/dock.vm")
#if ($update_available_url)
#end
#if ($has_navigation)
#parse ("$full_templates_path/navigation.vm")
#end
#if ($selectable)
$theme.include($content_include)
#else
$portletDisplay.recycle()
$portletDisplay.setTitle($the_title)
$theme.wrapPortlet("portlet.vm", $content_include)
#end
$theme.include($bottom_include)