diff --git a/filelist.tpl b/filelist.tpl index 36f8f29..24c3ddf 100644 --- a/filelist.tpl +++ b/filelist.tpl @@ -9,16 +9,8 @@ @@ -41,31 +33,34 @@ % if path: - + - - - ../ + + + ../ + % end % for item in lst: - + % if item.isdir: - - - {{ item.name }}/ + + + {{ item.name }}/ + % else: - - - {{ item.name }} [{{ guess_type(item.name)[0] }}] + + + {{ item.name }} [{{ guess_type(item.name)[0] }}] + {{ format_size(item.size) }} {{ format_date(item.created) }}