{{if $tiles}}
{{* this is needed to append the upload files in the right order *}}
{{if $parentpath}}
{{/if}}
{{foreach $entries as $item}}
{{/foreach}}
{{else}}
{{* multi tool checkbox *}} |
{{* icon *}} |
{{$name}} |
{{* categories *}} |
{{* lock icon *}} |
{{* tools icon *}} |
{{$size}} |
{{$lastmod}} |
{{if $parentpath}}
|
|
.. |
{{* this is for display consistency *}} |
{{/if}}
{{if $channel_id && $is_owner && $entries.0}}
|
|
{{if $is_owner}}
{{else if $is_admin}}
{{/if}}
|
|
{{/if}}
{{* this is needed to append the upload files in the right order *}}
{{foreach $entries as $item}}
{{if $channel_id && $is_owner}}
{{/if}}
|
|
{{$item.name}} |
{{$item.terms}} |
{{if $item.lockstate == 'lock'}}
{{/if}}
|
{{if ($is_owner || $item.is_creator) && $item.attach_id}}
{{else}}
{{if $is_admin || $item.attach_id}}
{{/if}}
|
{{/if}}
{{$item.size_formatted}} |
{{$item.last_modified}} |
|
{{/foreach}}
{{/if}}