{strip} {$app_url = $app_url|default:''} {function backend_link_begin file=[]} {if $file.backend_url !== null && !$file.in_copy_process} {else} {/if} {/function} {function backend_link_end file=[]} {if $file.backend_url !== null && !$file.in_copy_process} {else} {/if} {/function} {$hidden_cols_map = array_fill_keys($hidden_cols|default:[], true)} {foreach $files as $file}
{if $total_count > 0 && !$hidden_cols_map.checkbox|default:''}
{/if}
{backend_link_begin file=$file} {if $file.source_icon_url} {/if} {backend_link_end file=$file}
{backend_link_begin file=$file} {$classes = ['f-file-name']} {if $file.type === filesFileModel::TYPE_FOLDER} {$classes[] = 'f-file-type-folder'} {else} {if $file.file_type} {$classes[] = "f-file-type-`$file.file_type`"} {/if} {/if} {if $file.type === filesFileModel::TYPE_FOLDER && empty($file.count) && !$file.source_is_on_demand} {$classes[] = 'f-empty'} {/if} {if $file.in_copy_process} {$classes[] = 'gray'} {else} {if $file.locked} {$classes[] = 'dark-gray'} {/if} {/if} {$file.name|escape} {if $file.is_personal} {if $file.type === filesFileModel::TYPE_FOLDER} {else} {/if} {/if} {backend_link_end file=$file} {if $file.can_download && empty($is_trash)} {/if}
{if !$hidden_cols_map.share|default:''} {/if}
{$file.update_datetime_str}
{if $file.type === filesFileModel::TYPE_FILE && ($file.source_id == 0 || $file.size > 0)} {$file.size_str} {else} — {/if}
{if !empty($file.copy_process_info)} {$_copy_process_info = $file.copy_process_info}

{foreach $_copy_process_info as $_file_as_type => $_file_copy_process_info} {foreach $_file_copy_process_info as $_copytask} {if $_file_as_type == 'as_source'} {$_file_as_type_txt = 'source'} {elseif $_file_as_type == 'as_target'} {$_file_as_type_txt = 'target'} {else} {$_file_as_type_txt = 'unknown'} {/if} {$_process_type = 'copy'} {if $_copytask.is_move} {$_process_type = 'move'} {/if} {sprintf('This file in %s process as %s file', $_process_type, $_file_as_type_txt)}
{sprintf('Progress of process is %0.2f%%', $_copytask.progress)}
{if $_file_as_type === 'as_source' && !empty($_copytask.target_source_info)} {sprintf('Target file id = %d', $_copytask.target_id)}
{sprintf('Target file\'s source id = %d', $_copytask.target_source_info.id)} {$_copytask.target_source_info.name}
{/if} {if $_file_as_type === 'as_target' && !empty($_copytask.source_source_info)} {sprintf('Source file id = %d', $_copytask.source_id)}
{sprintf('Source file\'s source id = %d', $_copytask.source_source_info.id)} {$_copytask.source_source_info.name}
{/if}
To explore updated info refresh page {/foreach} {/foreach}

{/if} {if $file.comment_count > 0} {$file.comment_count} {/if} {if $file.tags} {strip} {foreach $file.tags as $tag} {if $tag@index > 0}, {/if}{$tag.name|escape} {/foreach} {/strip} {/if}
{if !$hidden_cols_map.contact|default:''}
{if $file.contact_id != $contact_id && !empty($file.contact.photo_url_20)} {/if}
{/if} {if !$hidden_cols_map.favorite|default:''}
{/if}
{/foreach} {/strip}