{$text} {$LANG.show_all} {$text}
       
{section name =v_list loop=$videos}
{$videos[v_list].title|truncate:55} {$LANG.by}:{$videos[v_list].username|truncate:55}
{$videos[v_list].description|nl2br|truncate:120}
{$LANG.views} : {$videos[v_list].views|number_format}
{$LANG.comments} :{$videos[v_list].comments|number_format}
{$videos[v_list].show_rating}
{$LANG.time}:{$videos[v_list].duration}
 

{/section}