{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}
{$oosPageHeading}
{if $smarty.const.ACCOUNT_COMPANY eq 'true'} {/if}
{$lang.category_personal}
{if $smarty.const.ACCOUNT_GENDER eq 'true'} {/if} {if $smarty.const.ACCOUNT_DOB eq 'true'} {/if}
 {$lang.entry_gender}  {$gender}
 {$lang.entry_first_name}  {$account.customers_firstname}
 {$lang.entry_last_name}  {$account.customers_lastname}
 {$lang.entry_date_of_birth}  {$account.customers_dob|oos_date_short}
 {$lang.entry_email_address}  {$account.customers_email_address}

{$lang.category_company}
{if $smarty.const.ACCOUNT_OWNER eq 'true'} {/if} {if $smarty.const.ACCOUNT_VAT_ID eq 'true'} {/if}
 {$lang.entry_company}  {$account.entry_company}
 {$lang.entry_owner}  {$account.entry_owner}
 {$lang.entry_vat_id}  {$account.customers_vat_id}

{$lanf.category_address}
{if $smarty.const.ACCOUNT_STATE eq 'true'} {/if}
 {$lang.entry_street_address}  {$account.entry_street_address}
 {$lang.entry_post_code}  {$account.entry_postcode}
 {$lang.entry_city}  {$account.entry_city}
 {$lang.entry_state}  {oos_get_zone_name country_id=$account.entry_country_id zone_id=$account.entry_zone_id default_zone=$account.entry_state}
 {$lang.entry_country}  {$oos_get_country_name}

{$lang.category_contact}
{if $smarty.const.ACCOUNT_TELEPHONE eq 'true'} {/if}
 {$lang.entry_telephone_number}  {$account.customers_telephone}

{$lang.category_options}
 {$lang.entry_newsletter}  {$newsletter}
{include file="phoenix/system/_footer.html"}