{load_language_text section="gm_customer_upload"}
{$FORM_ACTION}

{$txt.gm_heading_customer_upload}
{$UPLOAD_ERROR}


{$txt.gm_sub_heading_customer_upload}

{if $GM_UPLOAD == "delete"} {$txt.gm_text_confirm_delete} {elseif $GM_UPLOAD == "edit"}
{$UPLOAD_FIELD.fields_name}
{$UPLOAD_FIELD.upload_field} {$UPLOAD_FIELD.upload_field_hidden} {$UPLOAD_FIELD.upload_file_hidden}
 
{$UPLOAD_FIELD.fields_description}
{else} {foreach name=aussen item=item from=$GM_UPLOADS}
{$item.fields_name|default:txt.gm_text_no_file}
{$item.filename|default:txt.gm_text_no_file}
{if $GM_UPLOAD_EDIT == '1' || $GM_UPLOAD_DELETE == '1'} {if $GM_UPLOAD_DELETE == '1' && $item.filename != ''} {$GM_UPLOAD_BUTTON_DELETE} {/if} {if $GM_UPLOAD_EDIT == '1'} {$GM_UPLOAD_BUTTON_EDIT} {/if} {else}   {/if}
{/foreach} {/if}

{$BUTTON_BACK}
{$BUTTON_SUBMIT}