{$collection.name}

{if $collection.text != ''}
{$collection.text|nl2br}

{/if}
{if $items}
    {foreach from=$items item=i name=foo}
  • {$i.name}

    توسط {$users[$i.user_id].username} {if check_login_bool() && $collection.user_id == $smarty.session.user.user_id} {/if}

    {$i.sales} {$lang.sales} {$i.price} {$currency.symbol}
    {section name=foo start=1 loop=6 step=1} {if $i.rating >= $smarty.section.foo.index}{else} {/if} {/section}
  • {/foreach}
{else}
مجموعه شما خالی است شما می توانید محصولات خود را به عنوان علاقه مندی ها در هر محصول به مجموعه دلخواه اضافه کنید . شما می توانید از پر فروش ترین محصولات هم استفاده کنید .
{/if}