{if !empty($item->list)}
{if $item->paginator.currentItemCount > 0}

{$item->paginator.currentItemCount} {'Response'|get_plural:$item->paginator.currentItemCount} to {$item->postTitle|htmlspecialchars}

{/if} {foreach from=$item->list item='row' name='comment'}
Submitted {if $row.timeAgo}{$row.timeAgo|htmlspecialchars} ago{/if} {if $row.author} by {if $row.authorId && $row.authorType == 'admin'} {/if} {$row.author|htmlspecialchars} {if $row.authorId && $row.authorType == 'admin'}{/if} {else} Anonymous {/if} {if $row.url} {$row.title|htmlspecialchars}{/if}
{$row.date|date_format:'%b %e, %Y'}
{if $row.title}
{$row.title|htmlspecialchars}
{/if}
"{$row.content|htmlspecialchars|nl2br}"
{/foreach} {if $item->paginator}{include file="ViewController/list-paginator.tpl"|SMGetTemplate paginator = $item->paginator}{/if}
{/if}