{extends "downloads/base.html"} {block docclass}yui-t3{assign $inDownloads=true}{/block} {block body}
{blocktrans}Attention! This file is marked as deprecated, download it only if you are sure you need this specific version.{/blocktrans}
{/if} {$file} - {$file.filesize|size}{trans 'Uploaded:'} {$file.creation_dtime|dateago} {blocktrans}by {$submitter}{/blocktrans}
{if $file.modif_dtime != $file.creation_dtime}{trans 'Updated:'} {$file.modif_dtime|dateago}
{/if}{trans 'Downloads:'} {$file.downloads}
{if $tags.count()}
{trans 'Labels:'}
{foreach $tags as $tag}{aurl 'url', 'IDF_Views_Download::listLabel', array($project.shortname, $tag.id)}
{$tag.class}:{$tag.name}
{/foreach}