{* $Header$ *} {strip} {if $storageHash}

{if $storageHash|@count > 1} {tr}Files{/tr} {else} {tr}File{/tr} {/if}

{if $errors} {formfeedback warning=`$errors`} {/if} {* not really pertinent but here in case of some future need *} {foreach from=$storageHash item=item key=id} {* not really pertinent but here in case of some future need *} {/foreach}
{tr}File{/tr} {tr}Type{/tr} {tr}Size{/tr}{tr}Last Modified{/tr}
{jspopup notra=1 href="`$item.display_url`&popup=y" title=$item.filename|escape} {$item.mime_type} {$item.file_size|display_bytes} {$item.last_modified|bit_short_datetime}
{/if} {/strip}