{if $total_videos> 0} {section name=v_list loop=$videos}
{/section} {if $full_view != no} {/if}
{$LANG.vdo_manage_vdeos}
{$LANG.most_recent} | {$LANG.featured} | {$LANG.mostly_viewed}
 

{section name=v_list loop=$videos}
Title: {$videos[v_list].title}
{$LANG.vdo_status} : {$videos[v_list].status}
{$LANG.date_added} : {$videos[v_list].date_added|date_format}
{/section}
{if $full_view != no}
{if $prepage neq 0}{$LANG.previous}{/if} {$show_pages} {if $pages!=1 && $cur_page < $pages && $nextpage <=$pages}{$LANG.next}{/if}
{else}
{$LANG.vdo_clic_to_manage_all}
{/if}
{else}
{$LANG.vdo_manage_vdeos}
{$LANG.no_video_exists}
{/if}