{$myAccountLinks = $userquery->my_account_links()} {$leftMenuLinks = array_slice($myAccountLinks, 7)}
{include file="$style_dir/blocks/manage/account_menu.html"} {$leftMenuLinks = array_slice($myAccountLinks, 7)}
{*include file="$style_dir/blocks/manage/left_side_bar.html"*}
{*include file="$style_dir/blocks/manage/account_head.html" user=$user*}
{if $mode == "manage" || $mode == ""}

{lang code='manage_collections'}

{section loop=$usr_collects name=clist} {include file="$style_dir/blocks/manage/account_collections.html" collection=$usr_collects[clist]} {sectionelse}
{lang code="no_collection_found"}
{/section}
{lang code='collection_name'} {lang code='date_added'} {lang code='views'} {lang code='total_items'} {lang code='type'} {lang code='active'}
{include file="$style_dir/blocks/manage/user_account_pagination.html"} {/if} {if $mode == "edit_collection"}

{lang code='update_collection'}

{/if} {if $mode == "add_new"}

{lang code='add_new_collection'}

{/if} {if $mode == "manage_items" || $mode == "collection_items"}

{lang code='manage_items'} - {$c.collection_name}

{lang code='title'} {lang code='date_added'} {lang code='views'} {lang code='remove'}
{section loop=$objs name=olist} {include file="$style_dir/blocks/manage/account_collections.html" display_type="items" collection=$objs[olist]} {sectionelse}
{lang code="no_items_found_in_collect"}
{/section} {/if} {if $mode == "favorite"}

{lang code="manage_favorite_collections"}

{section loop=$collections name=list} {include file="$style_dir/blocks/manage/account_collections.html" display_type="favorite" collection=$collections[list]} {sectionelse}
{lang code="you_dont_have_fav_collections"}
{/section}
{lang code='title'} {lang code='date_added'} {lang code='type'} {lang code='views'}
{include file="$style_dir/blocks/manage/user_account_pagination.html"} {/if}