{foreach $storages as $storage}
  • {include file='./include.item.html' type='storage' item=$storage} {if $location.storage.id == $storage.id}
      {include file="./include.folders.html" folders=$location.folders view_type='hierarchy' include_js=false inline}
    {else}
      {/if}
    • {/foreach}
    • {include file='./include.item.html' type='tmpl-folder'}