{load_language_text section="postfinder" name="postfinder"}

{$postfinder.postfinder_heading}

{if $error}{$error}{/if}
{if $CHECKOUT_STARTED} {/if}

{$postfinder.postfinder_intro}

{foreach name=abook item=abentry from=$ABOOK}
{$abentry.entry_firstname} {$abentry.entry_lastname}
{$abentry.entry_street_address} {$abentry.entry_house_number}
{$abentry.entry_postcode} {$abentry.entry_city}
{$postfinder.postfinder_use_address}
{/foreach}
{if $NO_RESULT}

{$postfinder.postfinder_no_result}

{/if} {if $PACKSTATIONS} {foreach name=pstations item=ps from=$PACKSTATIONS} {/foreach}
{$postfinder.postfinder_distance} {$postfinder.postfinder_location} {$postfinder.postfinder_psnumber}  
{$ps->distance} m {$ps->address->street} {$ps->address->streetNo}
{$ps->address->zip} {$ps->address->city} {if $ps->address->remark}
{$ps->address->remark} {/if}
{if $ps->automatType == 4} Packstation {$ps->packstationId} {else} Filiale {$ps->depotServiceNo} {/if}
{$postfinder.postfinder_postnumber}: 
{if $ps->automatType == 4} {else} {/if}
{/if} {if $RESULT}
{$RESULT}
{/if}