{include header.html}
{if $gimages}
{$gimages}
{/if}
{$langs.protitle}:
{$product.title}
{$langs.wantenquiry}
{$langs.editor}: {$product.username}  {$langs.date}: {echo DisplayDate($product.created)} {$langs.clicks}: {$product.clicks} {$langs.comms}: {$comms} {if $product.price}{$langs.price}: {$product.price}{/if}
{echo html($product.content)}
{$langs.protitle}:
{$product.title}
{$langs.submitc} ({$comms})
{$num = 1} {foreach $comments AS $comm} {if $comm.userid} {$link1 = ''} {$link2 = ''} {$username = $comm.username . '  '} {else} {$link1 = ''} {$link2 = ''} {$username = '[ ' . $langs.guest . ' ] ' . $comm.username} {/if} {$num += 1} {/foreach}
{$link1}{$link2}
{$link1}{$username}{$link2} {echo DisplayDate($comm.created, '', 1)}   #{echo $start + $num}
{echo nl2br($comm.content)}
{$pagelist}
{foreach $products AS $product}
{/foreach}
{include footer.html}