{include file="phoenix/system/_header.html"} {include file="phoenix/system/_breadcrumbs.html"} {if $message} {foreach $message as $info} {include file="phoenix/system/_message.html"} {/foreach} {/if}

{$lang.heading_title}

{if $smarty.const.ACCOUNT_COMPANY eq 'true'} {/if} {section name=i loop=$address_book} {if $smarty.const.ACCOUNT_COMPANY eq 'true'} {/if} {if $smarty.section.i.last}
{$lang.table_heading_number}Company{$lang.table_heading_name} {$lang.table_heading_location} Country
{$smarty.section.i.rownum|number_format}{$address_book[i].company}{$address_book[i].firstname} {$address_book[i].lastname} {$address_book[i].street_address}, {$address_book[i].postcode}, {$address_book[i].city} {$address_book[i].country}
{if $address_book[i].address_book_id neq $smarty.session.customer_default_address_id} {/if}
{if $smarty.section.i.rownum < $smarty.const.MAX_ADDRESS_BOOK_ENTRIES} {else} {/if} {/if} {/section}
{include file="phoenix/system/_footer.html"}