{* discussions *} {if $answer}

{$smarty.const.ADMIN_DISCUSSIONS} {$discussion.product_name}:{$smarty.const.ADMIN_ANSWER_TO_DISCUSSION}

{$smarty.const.ADMIN_RETURN_TO_MESSAGES}...

{$smarty.const.DISCUSSION_NICKNAME}: {$discussion.Author}
{$smarty.const.ADMIN_DISCUSSION_ADDITION_TIME}: {$discussion.add_time}
{$smarty.const.DISCUSSION_SUBJECT}: {$discussion.Topic}
{$smarty.const.DISCUSSION_BODY}: {$discussion.Body}

{$smarty.const.DISCUSSION_NICKNAME}:
{$smarty.const.DISCUSSION_SUBJECT}:
{$smarty.const.DISCUSSION_BODY}:
{else}

{$smarty.const.ADMIN_DISCUSSIONS}

{if $products} {if $navigator} {/if} {if $discussions} {/if} {section name=i loop=$discussions} {/section}
{$navigator}
{$smarty.const.ADMIN_DISCUSSION_ADDITION_TIME}
{$smarty.const.TABLE_PRODUCT_NAME}
{$smarty.const.DISCUSSION_NICKNAME}
{$smarty.const.DISCUSSION_SUBJECT}
{$smarty.const.DISCUSSION_BODY}    
{$discussions[i].add_time} {$discussions[i].product_name} {$discussions[i].Author} {$discussions[i].Topic} {$discussions[i].Body} {$smarty.const.ADMIN_ANSWER_TO_DISCUSSION} {$smarty.const.DELETE_BUTTON}
{else} {$smarty.const.STRING_EMPTY_LIST} {/if}
{/if}