{config_load file="$language/lang_$language.conf" section="address_book"} {config_load file="$language/own_lang_$language.conf" section="address_book"} {assign var="tpl" value="/templates/yes-system/"}

{* #heading_address# *}My personal address book

{if $error!=''}
{$error}
{/if}

{* #title_standard# *}Default address

{$ADDRESS_DEFAULT}

{* #text_standard# *}This address is automatically selected as the delivery and billing address when you place an order.

This address is also used as the basis for calculating any taxes and shipping costs.

ATTENTION: Changing the address book data has no effect on the invoices you have already saved.
If you wish to change the delivery or billing address of one of your invoices at a later date, please contact our customer service by telephone or e-mail.

{* #title_addresses# *}Address book entries

{* $ADDRESS_COUNT *}Note: You have 20 address book entries available!

{foreach name=aussen item=addresses from=$addresses_data} {/foreach}
Address title Address Options
{$addresses.NAME}
{if $addresses.PRIMARY=='1'}{* #title_standard# *}Default address{/if}

{$addresses.ADDRESS}

{$addresses.BUTTON_EDIT|replace:"ui-corner-all":"btn btn-outline-primary me-3"} {$addresses.BUTTON_DELETE|replace:"ui-corner-all":"btn btn-outline-danger"}