{* шаблон обсуждений товаров *} 111 {include file="header.tpl.html" header="`$smarty.const.DISCUSSION_TITLE`: `$product_name`"}
{$smarty.const.DISCUSSION_GO_BACKLINK}
{if $product_reviews ne NULL} {section name=i loop=$product_reviews} {if $smarty.section.i.index ne 0}
{/if} {if $isadmin eq "yes"} {/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}