{{if $tiles}}
{{* this is needed to append the upload files in the right order *}}
{{if $parentpath}}
{{/if}}
{{foreach $entries as $item}}
{{if $item.is_owner}}
{{/if}}
{{/foreach}}
{{else}}
|
{{$name}} |
| | | |
{{*{{$type}}*}} |
{{$size}} |
{{$lastmod}} |
{{if $parentpath}}
{{*{{$parentpath.icon}}*}} |
.. |
| | | |
{{*[{{$parent}}]*}} |
|
|
{{/if}}
{{* this is needed to append the upload files in the right order *}}
{{foreach $entries as $item}}
|
{{$item.displayName}} |
{{if $item.is_owner}}
{{$item.attachIcon}} |
|
|
|
{{else}}
| | | |
{{/if}}
{{*{{$item.type}}*}} |
{{$item.sizeFormatted}} |
{{$item.lastmodified}} |
|
{{/foreach}}
{{/if}}