{extends "idf/downloads/base.html"} {block docclass}yui-t1{assign $inDownloads=true}{/block} {block body} {$downloads.render} {if $isOwner or $isMember} {aurl 'url', 'IDF_Views_Download::create', array($project.shortname)}

+ {trans 'New Download'}

{/if} {/block} {block context}

{trans 'Number of files:'} {$downloads.nb_items}

{assign $cloud_url = 'IDF_Views_Download::listLabel'} {assign $cloud = 'downloads'} {include 'idf/tags-cloud.html'} {if $deprecated > 0} {aurl 'url', 'IDF_Views_Download::listLabel', array($project.shortname, $dlabel.id)}

{blocktrans}See the deprecated files.{/blocktrans}

{/if} {/block}