[%if $updirtype==1%]
/[%$dirlist%]
[%$ST.filemanage_view_updir%]
[%/if%] [%if count($array) > 0%] [%forlist from=$array key=list%]
[%if $array[list].bottype=='dir'%] [%else%]
[%/if%]
[%$array[list].filename%] [%$array[list].type%] [%$array[list].time|timeformat(3)%] [%if $array[list].bottype!='dir'%] [%if @this->powercheck('templates','templateedit')==true %] [%/if%] [%if @this->powercheck('templates','templatedel')==true %] [%/if%]
[%$ST.setedit_botton%] [%$ST.setcopy_botton%] [%$ST.setdel_botton%]
[%/if%]
[%/forlist%] [%else%]
[%$ST.list_nothing_title%]
[%/if%]