{strip} {capture assign="file_content"} {if $file.file_type === filesConfig::FILE_TYPE_IMAGE && !empty($file.photo_url.file_info)}
[`Probably binary data in this file!`]{else}
{$file.content|escape}{if $file.content_size > $text_file_show_max_size}...{/if}
{/if}