{* Id *}
{assign var=key_type value=$file.type} {$imagetypes = 'n'} {if $file.isgal eq 1} {if empty($file.icon_fileId)} {icon name="admin_fgal" size=3} {else} {/if} {else} {if in_array($key_type, ['image/png', 'image/jpeg', 'image/jpg', 'image/gif', 'image/x-ms-bmp'])} {$imagetypes = 'y'} {/if}
{tr}Properties{/tr}
{include file='file_properties_table.tpl'}
{/capture} {if $popupContents neq ''} {popup fullhtml="1" text=$popupContents} {else} title="{if $file.name neq ''}{$file.name|escape}{/if}{if $file.description neq ''} - {$file.description|escape}{/if}" {/if}> {if $key_type neq 'image/svg' and $key_type neq 'image/svg+xml'} {if $imagetypes eq 'y' or $prefs.theme_iconset eq 'legacy'} {if $view eq 'page'} {else} {/if} {else} {$file.filename|iconify:$key_type:null:3} {/if} {else} {/if} {/if}