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

{$txt.heading_download}

{/block} {if $dl_prevented == 'true'} {block name="downloads_alert"} {include file="get_usermod:{$tpl_path}alert_message.html" message=$txt.download_not_allowed type="info"} {/block} {else} {block name="downloads_list"} {foreach name=aussen item=dl_data from=$dl} {block name="downloads_item_dl"}
{if $dl_data.pic_link && $dl_data.delay_message == ''} {block name="downloads_item_dl_icon"}
{/block} {/if} {if $dl_data.delay_message == ''} {block name="downloads_item_dl_no_message"}
{$dl_data.download_link_text}
{$txt.text_download_count} {$dl_data.count} {$txt.text_download_date} {$dl_data.date_short}
{/block} {else} {block name="downloads_item_dl_message"}
{$dl_data.delay_message}
{/block} {/if}
{/block} {/foreach} {/block} {/if} {/block} {/if}