2009-01-26 20:51:51 +00:00
|
|
|
{trans 'Hello,'}
|
|
|
|
|
|
|
|
{blocktrans}A new file is available for download:{/blocktrans}
|
|
|
|
|
|
|
|
{$file.summary|safe}
|
|
|
|
{$file} - {$file.filesize|ssize}
|
|
|
|
{trans 'Project:'} {$project.name|safe}
|
|
|
|
{trans 'Submitted by:'} {$file.get_submitter|safe}
|
|
|
|
{if $tags.count()}{trans 'Labels:'}
|
|
|
|
{foreach $tags as $tag} {$tag.class|safe}:{$tag.name|safe}
|
|
|
|
{/foreach}{/if}
|
|
|
|
{trans 'Download:'} {$urlfile}
|
2009-06-22 19:08:33 +00:00
|
|
|
{if $file.changelog}
|
|
|
|
{trans 'Description:'}
|
|
|
|
|
|
|
|
{$file.changelog}
|
|
|
|
{/if}
|