{include file="common/header"}

{:lang('attac.Attachment management')}

{foreach $attachment as $item} {/foreach}
ID {:lang('attac.Name of the attachment')} {:lang('attac.Attachment path')} {:lang('attac.The heir')} ip {:lang('attac.Upload time')} {:lang('attac.Attachment MD5')} {:lang('public.operation')}
{$item['id']} {$item['title']} {if $item['user_type']==1}{:lang('public.Customer service')}{else/}{:lang('public.tourists')}{/if} - {:getUserVlaue($item['user_id'],$item['user_type'], 'nick')} {$item['ip_info']} {:date('Y年m月d日 H:i',$item['add_time'])} {:__empty($item['md5'])}
{$attachment->render()|raw}
{include file="common/footer"}