{load_language_text section="downloads"} {if $dl != ''}

{$txt.heading_download}

{if $dl_prevented == 'true'} {include file="get_usermod:{$tpl_path}snippets/alert_message.html" message=$txt.download_not_allowed type="info"} {else} {foreach name=aussen item=dl_data from=$dl}
{if $dl_data.pic_link && $dl_data.delay_message == ''}
{/if} {if $dl_data.delay_message == ''}
{$dl_data.download_link}
{$txt.text_download_count} {$dl_data.count} {$txt.text_download_date} {$dl_data.date_short}
{else}
{$dl_data.delay_message}
{/if}
{/foreach} {/if} {/if}