{load_language_text section="intraship" name="intraship"} {load_language_text section="mobile_template" name="mobile"}

{$intraship.postfinder_heading}

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

{$intraship.postfinder_intro}

{foreach name=abook item=abentry from=$ABOOK} {if $abentry.address_class != 'amzadvpay_temp'}
{$abentry.entry_firstname} {$abentry.entry_lastname}
{$abentry.entry_street_address}
{$abentry.entry_postcode} {$abentry.entry_city}
{$intraship.postfinder_use_address}
{/if} {/foreach}
{if $NO_RESULT}

{$intraship.postfinder_no_result}

{/if} {if $PACKSTATIONS}
{foreach name=pstations item=ps from=$PACKSTATIONS} {/foreach}
{$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}
{if $ps->automatType == 4} {else} {/if}
{/if} {if $RESULT}
{$RESULT}
{/if}