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