{load_language_text section="address_book_process"} {load_language_text section="create_account" name="account"} {load_language_text section="buttons" name="button"} {if $delete!='1'}
{$txt.text_must}
{/if}

{$txt.title_address}

{$txt.gender_male}
{$txt.gender_female}
{if $error_gender}{$error_gender}{/if}
{if $error_first_name}{$txt.label_firstname}: {$error_first_name}{/if}
{if $error_last_name}{$txt.label_lastname}: {$error_last_name}{/if}
{if $company=='1'}
{if $error_company}{$txt.label_company}: {$error_company}{/if}
{/if}
{if $split_street_information == '1'}
{if $error_street}{$account.text_street_number}: {$error_street}{/if} {if $error_house_number}{$account.text_street_number}: {$error_house_number}{/if} {else} {if $error_street}{$txt.text_street}: {$error_street}{/if} {/if}
{if $additional_address_info=='1'}
{/if} {if $suburb=='1'}
{if $error_company}{$txt.label_suburb}: {$error_company}{/if}
{/if}
{if $error_post_code or $error_city} {if $error_post_code}{$txt.label_code}: {$error_post_code}{/if} {if $error_post_code and $error_city}
{/if} {if $error_city}{$txt.label_city}: {$error_city}{/if}
{/if}
{if $form_data.state.type == 'selection'} {else} {/if} {if $error_state}{$txt.label_state}: {$error_state}{/if}
{if $error_country}{$txt.label_country}: {$error_country}{/if}
{if $show_b2b_status}
{$txt.text_b2b_status}
{$txt.text_yes}
{$txt.text_no}
{else} {/if} {if $new=='1'}
{$txt.label_standard}
{/if} {if $GM_PRIVACY_LINK}
{if $show_privacy_checkbox} {/if} {$GM_PRIVACY_LINK|replace:"popup_content.php?lightbox_mode=1&coID=2":"shop_content.php?coID=2"}
{if $error_privacy}

{$error_privacy}
{/if}

{/if} {$button.save} {$button.back}