Indefero

Indefero Git Source Tree


Root/src/IDF/templates/idf/downloads/download-created-email.txt

{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}
{if $file.changelog}
{trans 'Description:'}
 
{$file.changelog}
{/if}

Archive Download this file

Page rendered in 0.25721s using 11 queries.