{$app.fileInfo.name|forHTML|safeHTML}
{if $app.totalCount == 0} {t}No comments available for this file.{/t} {else} {foreach $app.comments AS $p => $comment}
{$comment.val}
{$comment.fullName}
({$comment.date_added})
{/foreach} {/if}