{include file="$style_dir/blocks/manage/account_left.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]} {/section} {/if} {if $mode == "edit_collection"}

{lang code='edit'} {$c.collection_name}

{/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}

{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}