{if $dl neq ''} {config_load file="$language/lang.conf" section="downloads_module"}

{#heading_download#}

{if $dl_prevented eq 'true'} {#download_not_allowed#}
{/if} {foreach name=aussen item=dl_data from=$dl} {if $dl_data.pic_link} {else} {/if} {$dl_data.download_link}
{#table_heading_download_date#} {$dl_data.date}
{$dl_data.count} {#table_heading_download_count#} {/foreach}
{/if}