{if $dl != ''} {config_load file="$language/lang_$language.conf" section="downloads_module"} {config_load file="$language/lang_$language.conf" section="login"} {config_load file="lang_`$language`.custom"} {config_load file="lang_`$language`.section" section="downloads_module"}
{if $FORM_ACTION}

{#heading_download#}

{if $error_message}
{$error_message}
{/if}
{$FORM_ACTION}
{#heading_personal#}

{#text_confirm_download#}

{$BUTTON_LOGIN}
{$FORM_END}
{else} {if strpos($smarty.server.PHP_SELF, $smarty.const.FILENAME_DOWNLOAD) !== false}

{#heading_download#}

{else}
{#heading_download#}
{/if} {if $dl_prevented eq 'true'} {if $dl_not_found}
{#download_not_found#}
{elseif $dl_exceeded eq 'true'}
{#download_exceeded#}
{else}
{#download_not_allowed#}
{/if} {/if} {if $dl|@sizeof > 0}
{foreach name=aussen item=dl_data from=$dl}
{if $dl_data.allowed} {else} {/if}
{$dl_data.download_link}
{#table_heading_download_date#} {$dl_data.date} • {#table_heading_download_count#} {$dl_data.count}
{/foreach}
{/if} {/if}
{/if} {if $BUTTON_BACK && !$FORM_ACTION}
{$BUTTON_BACK}
{/if}