{include file="$style_dir/blocks/manage/account_left.html"}
{include file="$style_dir/blocks/manage/account_head.html" user=$user} {if $mode == 'uploaded'}

{lang code="Manage Photos"}

{section name=p_list loop=$photos} {include file="$style_dir/blocks/manage/account_photo.html" photo=$photos[p_list] control='full'} {sectionelse}
{lang code='You dont have any photos'}
{/section}
{/if} {if $mode == "favorite"}

{lang code="Manage Favorite Photos"}

{section name=p_list loop=$photos} {include file="$style_dir/blocks/manage/account_photo.html" photo=$photos[p_list] control='partail'} {sectionelse}
{lang code='You dont have any favorite photos'}
{/section}
{/if} {if $mode == 'orphan'}

{lang code="Manage Orphan Photos"}

{section name=p_list loop=$photos} {include file="$style_dir/blocks/manage/account_photo.html" photo=$photos[p_list] control='orphan'} {sectionelse}
{lang code='You dont have any orphan photos'}
{/section} {/if} {include file="$style_dir/blocks/manage/user_account_pagination.html"}