{extends "idf/issues/base.html"} {block extraheader}{/block} {block docclass}yui-t2{assign $inIssue=true}{/block} {block body} {$file}
{aurl 'url', 'IDF_Views_Issue::getAttachment', array($project.shortname, $attachment.id, $attachment.filename)}

{trans 'Archive'} {trans 'Download this file'}

{/block} {block context} {aurl 'url', 'IDF_Views_Issue::view', array($project.shortname, $issue.id)} {assign $url = $url~'#ic'~$comment.id}

{blocktrans}Attachment to issue {$issue.id}{/blocktrans}

{ashowuser 'submitter', $attachment.get_submitter(), $request}

{trans 'Created:'} {$attachment.creation_dtime|dateago} {blocktrans}by {$submitter}{/blocktrans}

{/block} {block javascript} {/block}