{extends "idf/downloads/base.html"} {block docclass}yui-t3{assign $inDownloads=true}{/block} {block body}
{blocktrans}Attention! If you want to delete a specific version of your software, maybe, someone is depending on this specific version to run his systems. Are you sure, you will not affect anybody when removing this file?{/blocktrans}
{if !$deprecated}{aurl 'url', 'IDF_Views_Download::view', array($project.shortname, $file.id)}{blocktrans}Instead of deleting the file, you could mark it as deprecated.{/blocktrans}
{/if} {/block} {block context} {assign $submitter = $file.get_submitter()}{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}