{* шаблон обсуждений товаров *} {include file="header.tpl.html" header="`$smarty.const.DISCUSSION_TITLE`: `$product_name`"}
{$smarty.const.DISCUSSION_GO_BACKLINK}
{if $product_reviews ne NULL} {assign var="verifi" value=0} {section name=i loop=$product_reviews} {if $verifi eq 1}
{else}{assign var="verifi" value=1}{/if} {if $admlink} {/if}
{$smarty.const.DISCUSSION_SUBJECT}:{$product_reviews[i].Topic}
{$smarty.const.DISCUSSION_NICKNAME}:{$product_reviews[i].Author}
{$smarty.const.DISCUSSION_DATE}:{$product_reviews[i].add_time}
{$smarty.const.DISCUSSION_BODY}:{$product_reviews[i].Body}
 {$smarty.const.DISCUSSION_DELETE_POST_LINK}
{/section} {else}
{$smarty.const.DISCUSSION_NO_POSTS_ON_ITEM_STRING}
{/if}
 
{include file="header.tpl.html" header=$smarty.const.DISCUSSION_ADD_MESSAGE}
{if $error ne NULL}
{if $error eq 7}{$smarty.const.ERR_WRONG_CCODE}{else}{$smarty.const.FEEDBACK_ERROR_FILL_IN_FORM}{/if}
{/if}
{if $smarty.const.CONF_ENABLE_CONFIRMATION_CODE eq 1} {/if}
{$smarty.const.DISCUSSION_NICKNAME}
{$smarty.const.DISCUSSION_SUBJECT}
{$smarty.const.DISCUSSION_BODY}
code
{$smarty.const.POST_BUTTON}  |  {$smarty.const.RESET_BUTTON}