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

{lang code='manage_playlists'}

{assign var='bg' value='fff'} {section name=plist loop=$playlists} {if $bg=='fff'} {assign var='bg' value='EFF5F8'} {else} {assign var='bg' value='fff'} {/if} {/section}
{/if} {if $mode =='edit_playlist'}

{lang code='edit_playlist'}

{if $items}
{lang code='play_now'}
{/if}
{assign var='bg' value='fff'} {section name=plist loop=$items} {include file="$style_dir/blocks/manage/account_video.html" video=$items[plist] bg=$bg control="playlist" pid=$playlist.playlist_id} {if $bg=='fff'} {assign var='bg' value='EFF5F8'} {else} {assign var='bg' value='fff'} {/if} {sectionelse}
{lang code='no_video_in_playlist'}
{/section}
{/if}