{$msg.account.my_profile}
{$msg.account.form_agreement}
{if $user_errors}
{$msg.account.profile_update_error}
{foreach from=$user_errors item="user_error"}
{$user_error}
{/foreach}
{/if} {if $update_msg}
{$update_msg}
{/if}
{$msg.billing.billing_information}
{$msg.billing.first_name}
{$msg.billing.last_name}
{if $FormsBillingCompany != "Invisible"}
{$msg.billing.company}
{else}
{/if}
{$msg.billing.address_line1}
{if $FormsBillingAddressLine2 != "Invisible"}
{$msg.billing.address_line2}
{else}
{/if}
{$msg.billing.city}
{$msg.billing.country}
{$msg.billing.state_province}
{$msg.billing.state_province}
{$msg.billing.postal_code}
{if $FormsBillingPhone != "Invisible"}
{$msg.billing.phone_number}
{else}
{/if} {if $cf_billing} {foreach from=$cf_billing item="cfield"}
{$cfield.field_caption|htmlspecialchars}
{cfield field=$cfield}
{/foreach} {/if}
{$msg.account.account_information}
{$msg.account.email_address}
{$msg.account.subscribe_to}
{$msg.account.subscribe_updates}
{$msg.account.subscribe_newsletter}
{$msg.account.email_mode}
{$msg.account.email_html}
{$msg.account.email_text}
{$msg.account.password} ({$msg.account.password_note})
{$msg.account.password_confirm}
{$msg.account.password_no_change}
{if $cf_account} {foreach from=$cf_account item="cfield"}
{$cfield.field_caption|htmlspecialchars}
{cfield field=$cfield}
{/foreach} {/if}
{button class="button-save" text=$msg.buttons.buttonSave file=$smarty.template} {button type="reset" form="frmProfile" class="button-reset" text=$msg.buttons.buttonReset file=$smarty.template}