{if $app.linkInfo.allow_uploads} {/if}
{if $app.breadCrumbs} {foreach key=key from=$app.breadCrumbs item=breadCrumb} {if $key > 0 && $key < count($app.breadCrumbs)}
»
{/if} {if $breadCrumb.href}
{/if}{$breadCrumb.title}{if $breadCrumb.href}
{/if}{/foreach} {else} {/if}
{t}Download All{/t}
{t}Upload{/t}
{foreach from=$app.list item=item}
{if $item.isDir}
{else} {if $item.thumb}
{else}
{/if} {/if}
{$item.filename|safeHTML}
{$item.nice_filesize}
{$item.modified}
{if $item.comments}
{foreach from=$item.comments item=comment}
{if !$app.config.app.weblinks.comments.hide_names}
{$comment.userInfo.name}
{/if} {$comment.val|forHTML} {if !$app.config.app.weblinks.comments.hide_dates}
{$comment.when}
{/if}
{/foreach}
{/if}
{foreachelse}
{t}Folder empty.{/t}
{/foreach}