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

{$txt.heading_download}

{if $dl_prevented == 'true'}

{$txt.download_not_allowed}

{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}