{$errorMessage}
{if $user.profile_title != ''}
{$user.profile_title}
{/if} {if $user.profile_desc != ''}{$user.profile_desc|nl2br}
{/if}
{if $collections}
{$lang.public_collections}
{foreach from=$collections item=c}
{/foreach}
{else}
{if check_login_bool() && $user.user_id == $smarty.session.user.user_id}
آیا می خواهید یک مجموعه برای نمایش در صفحه پروفایل خود داشته باشید .
ساخت یک مجموعه محصولات مورد علاقه شما با نمایش عکس . سه مورد مجموعه شما در اینجا دیده می شوند .
{/if}
{/if}