{if $showname eq 'y' and $file_info.name neq ''}{$file_info.name}
{/if}
{if $showfilename eq 'y' and $file_info.filename neq ''}{tr}Filename:{/tr} {$file_info.filename}
{/if}
{if $showimageid eq 'y' and $file_info.imageId neq ''}{tr}ID:{/tr} {$file_info.imageId}
{/if}
{if $showdescription eq 'y' and $file_info.description neq ''}{$file_info.description}
{/if}
{if $showcreated eq 'y' and $file_info.created neq ''}{tr}Created:{/tr} {$file_info.created|tiki_short_date}
{/if}
{if $showuser eq 'y' and $file_info.user neq ''}{tr}User:{/tr} {$file_info.user}
{/if}
{if $showxysize eq 'y' and $file_info.xsize neq ''}{tr}Size (width x height):{/tr} {$file_info.xsize}x{$file_info.ysize}
{/if}
{if $showfilesize eq 'y' and $file_info.filesize neq ''}{tr}Filesize:{/tr} {$file_info.filesize} {tr}bytes{/tr}
{/if}
{if $showhits eq 'y' and $file_info.hits neq ''}{tr}Hits:{/tr} {$file_info.hits}{/if}