{* $Id$ *} {strip} {if $print_page|default:null ne 'y' and $tiki_p_attach_trackers eq 'y'}

{tr}Attach a file to this item{/tr}

{if $attach_file|default:null}{tr}Edit:{/tr} {/if}{if $attach_file|default:null}
{$attach_file|escape}{/if}
{/if}

{tr}Attachments{/tr}

{assign var='nbcols' value=2} {section name=ix loop=$attfields} {assign var='nbcols' value=$nbcols+1} {/section} {section name=ix loop=$atts} {foreach key=k item=x from=$attfields} {if $x eq 'created'} {elseif $x eq 'filesize'} {elseif $x eq 'filetype'} {else} {/if} {/foreach} {sectionelse} {/section}
 {tr}{$attfields[ix]}{/tr} 
{if $attextra eq 'y'} {assign var=link value='tiki-view_tracker_more_info.php?attId='|cat:$atts[ix].attId} {icon name="information" alt="{tr}more info{/tr}"} {/if} {icon name="download" alt="{tr}Download{/tr}"} {$atts[ix].$x|tiki_short_datetime}{$atts[ix].$x|kbsize}{$atts[ix].filename|iconify}{$atts[ix].$x} {if $tiki_p_admin_trackers eq 'y' or ($user and ($atts[ix].user eq $user))} {icon name='remove' alt="{tr}Delete{/tr}"} {icon name='edit' alt="{tr}Edit{/tr}"} {/if}
{tr}No attachments for this item{/tr}
{/strip}