{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.login_block_my_account} {$lang.button_account} {$lang.button_address_book} {$lang.button_history} {$lang.button_wishlist} {if $oEvent->installed_plugin('notify')} {$lang.button_notifications} {/if} {$lang.button_account} {$lang.login_block_account_edit} {$lang.button_history} {$lang.button_wishlist} {if $oEvent->installed_plugin('notify')} {$lang.button_notifications} {/if} {$oosPageHeading} {$lang.category_personal} {if $smarty.const.ACCOUNT_GENDER eq 'true'} {$lang.entry_gender} {$gender} {/if} {$lang.entry_first_name} {$account.customers_firstname} {$lang.entry_last_name} {$account.customers_lastname} {if $smarty.const.ACCOUNT_DOB eq 'true'} {$lang.entry_date_of_birth} {$account.customers_dob|oos_date_short} {/if} {$lang.entry_email_address} {$account.customers_email_address} {if $smarty.const.ACCOUNT_COMPANY eq 'true'} {$lang.category_company} {$lang.entry_company} {$account.entry_company} {if $smarty.const.ACCOUNT_OWNER eq 'true'} {$lang.entry_owner} {$account.entry_owner} {/if} {if $smarty.const.ACCOUNT_VAT_ID eq 'true'} {$lang.entry_vat_id} {$account.customers_vat_id} {/if} {/if} {$lanf.category_address} {$lang.entry_street_address} {$account.entry_street_address} {$lang.entry_post_code} {$account.entry_postcode} {$lang.entry_city} {$account.entry_city} {if $smarty.const.ACCOUNT_STATE eq 'true'} {$lang.entry_state} {oos_get_zone_name country_id=$account.entry_country_id zone_id=$account.entry_zone_id default_zone=$account.entry_state} {/if} {$lang.entry_country} {$oos_get_country_name} {$lang.category_contact} {if $smarty.const.ACCOUNT_TELEPHONE eq 'true'} {$lang.entry_telephone_number} {$account.customers_telephone} {/if} {$lang.category_options} {$lang.entry_newsletter} {$newsletter} {include file="phoenix/system/_footer.html"}