{if $smarty.session.user.power_elite_author == 'true' || $smarty.session.user.elite_author == 'true'}
{include file="$root_path/zipmarket/apps/users/views/tabsy.html"}
{else}

داشبورد

{include file="$root_path/zipmarket/apps/users/views/tabsy.html"}
{/if}
{$errorMessage}
{if $comments}
{foreach from=$comments item=c}
{$users[$c.user_id].username}
{$lang.posted} {$c.datetime|date_format:"j F Y"} {$c.item_name}

{$c.comment|nl2br}

{if isset($c.reply)} {foreach from=$c.reply item=cc}
{if $users[$cc.user_id].avatar != ''} {$users[$cc.user_id].username} {else} {$users[$cc.user_id].username} {/if}
{$users[$cc.user_id].username}
{$lang.posted} {$cc.datetime|date_format:"j F Y"}

{$cc.comment|nl2br}

{/foreach} {/if}
{literal}{/literal}
{/foreach}
{else} هیچ نظری برای محصولات شما ثبت نشده است . {/if}
{literal} {/literal}