{{if !$currentCategory or !$currentCategory->club()}}
{{$categories = $currentCategory ? $currentCategory->children() : \IPS\downloads\Category::roots();}}
{{$clubNodes = $currentCategory ? array() : ( \IPS\Settings::i()->club_nodes_in_apps ? \IPS\downloads\Category::clubNodes() : array() );}}
{{if !\IPS\downloads\Category::theOnlyNode() or $clubNodes}}
{{endif}}
{{endif}}