{literal} {/literal} {include file="templates/panels/panel-catalog-categories.html"}
{$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"}
{if $cfield.field_type != "radio"}
{$cfield.field_caption}
{cfield field=$cfield mobile=true} {else}
{$cfield.field_caption}
{cfield field=$cfield mobile=true}
{/if}
{/foreach} {/if}
{$msg.account.account_information}
{$msg.account.email_address}
{$msg.account.subscribe_updates}
{$msg.account.subscribe_newsletter}
{$msg.account.email_mode}
{$msg.account.email_html}
{$msg.account.email_text}
{if !$user.facebook_user}
{$msg.account.password} ({$msg.account.password_note})
{$msg.account.password_confirm}
{/if} {if $cf_account} {foreach from=$cf_account item="cfield"}
{if $cfield.field_type != "radio"}
{$cfield.field_caption}
{cfield field=$cfield mobile=true} {else}
{$cfield.field_caption}
{cfield field=$cfield mobile=true}
{/if}
{/foreach} {/if}