{$app.fileInfo.name|safeHTML}
{$app.fileInfo.size|niceFileSize}
{if $app.linkInfo.download_terms} {t}Download{/t} {else} {t}Download{/t} {/if} {if sizeof($app.fileComments) > 0} {t}Comments{/t} ({$app.fileComments|count}) {/if}
{if $app.displayMode == 'frame'} {else if $app.displayMode == 'image'}
{else} {/if}
{if $app.linkInfo.download_terms}
{$app.linkInfo.download_terms|forHTML}
{t}Download{/t} {t}Cancel{/t}
{/if} {if sizeof($app.fileComments) > 0}
{foreach $app.fileComments AS $p => $comment}
{$comment.val|forHTML|safeHTML} {if $app.showNames} {if $comment.uid != $app.fileComments[$p+1].uid}
{$comment.userInfo.fullName|forHTML|safeHTML}
{/if} {/if}
{if $comment.uid != $app.fileComments[$p+1].uid}
{/if} {/foreach}
{t}Close{/t}
{/if}
{if $app.settings.tracker_codes}{$app.settings.tracker_codes}{/if}