{$msg.account.my_profile}

{if $user_errors}
{$msg.account.profile_update_error}
    {foreach from=$user_errors item="user_error"}
  • {$user_error}
  • {/foreach}
{/if}
{$msg.account.form_agreement}
{if $update_msg}
{$update_msg}
{/if}

{$msg.billing.billing_information}

{if $FormsBillingCompany != "Invisible"}
{else} {/if}
{if $FormsBillingAddressLine2 != "Invisible"}
{else} {/if}
{if $FormsBillingPhone != "Invisible"}
{else} {/if} {if $cf_billing} {foreach from=$cf_billing item="cfield"}
{cfield field=$cfield}
{/foreach} {/if}

{$msg.account.account_information}

{if !$user.facebook_user}
{$msg.account.password_no_change}
{/if} {if $cf_account} {foreach from=$cf_account item="cfield"}
{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}