{{extend 'layout_clean.html'}}
{{if request.args(2):}} [{{=A('new attachment',_href=URL(r=request,args=request.args[:2]))}}] {{pass}} {{if request.vars.list_all:}} [{{=T('show attachments for this page')}}] {{else:}} [{{=T('show all attachements')}}] {{pass}} {{=form}} {{for row in rows:}} {{pass}}
{{=T('Name')}} {{=T('Link')}} {{=T('Wiki')}} {{=T('Upload Datetime')}}
{{=A(row.name,_href=URL(r=request,args=request.args[:2]+[row.id]))}} {{=A('link',_href=URL(r=request,c='wiki',f='attachment',args=row.id))}} attachment:{{=row.id}}{{=row.file[row.file.rfind('.'):]}} {{=row.created_on}}