{load_language_text section="address_book"} {load_language_text section="buttons" name="button"} {load_language_text section="postfinder" name="postfinder"} {load_language_text section="parcelshopfinder" name="parcelshopfinder"} {block name="module_address_book"} {block name="module_address_book_title"}

{$txt.heading_address}

{/block} {block name="module_address_book_alert"} {include file="get_usermod:{$tpl_path}snippets/alert_message.html" message=$error type="danger"} {/block} {block name="module_address_book_standard"} {block name="module_address_book_standard_title"}

{$txt.title_standard}

{/block} {block name="module_address_book_standard_address"}

{$txt.text_standard}

{$ADDRESS_DEFAULT}

{/block} {/block} {block name="module_address_book_entries"} {block name="module_address_book_entries_title"}

{$txt.title_addresses}

{/block} {foreach name=aussen item=addresses from=$addresses_data} {block name="module_address_book_entry"}
{block name="module_address_book_entry_summary"}
{block name="module_address_book_entry_iterator"} {$smarty.foreach.aussen.iteration}. {/block} {block name="module_address_book_entry_image"} {if $addresses.ADDRESS_CLASS|in_array:['packstation_2', 'postfiliale_2', 'parcelshop']} {/if} {/block} {block name="module_address_book_entry_address"} {$addresses.NAME} {if $addresses.PRIMARY=='1'} ({$txt.title_standard}) {/if} {if $addresses.IS_IMMUTABLE} {if $addresses.ADDITIONAL_INFO} , {$addresses.ADDITIONAL_INFO} {/if} , {$addresses.STREET} {if $addresses.HOUSENUMBER} {$addresses.HOUSENUMBER} {/if} , {$addresses.POSTCODE} {$addresses.CITY} {/if} {/block}
{/block} {block name="module_address_book_entry_buttons"}
{block name="module_address_book_entry_buttons_edit"} {$button.edit} {/block} {if $addresses.BUTTON_PFINDER_URL} {block name="module_address_book_entry_buttons_pfinder"} {$postfinder.btn_pfinder} {/block} {/if} {block name="module_address_book_entry_buttons_delete"} {$button.delete} {/block}
{/block}
{/block} {/foreach} {/block} {block name="module_address_book_buttons"} {/block} {if $BUTTON_PARCELSHOPFINDER_URL} {block name="module_address_book_pfinder"} {/block} {/if} {block name="module_address_book_address_count"}
{$ADDRESS_COUNT}
{/block} {/block}