{include file="templates/emails/elements/top_html.html"}

{lang msg=$msg.email.new_user_registered s=$CompanyName}

{$msg.email.user_registration_details}:

  • {$msg.billing.name} : {$user_data.fname} {$user_data.lname}
  • {$msg.billing.company} : {$user_data.company}
  • {$msg.billing.address_line1} : {$user_data.address1}
  • {$msg.billing.address_line2} : {$user_data.address2}
  • {$msg.billing.city} : {$user_data.city|htmlspecialchars}
  • {$msg.billing.state_province} : {$user_data.province}
  • {$msg.billing.country} : {$user_data.country_name}
  • {$msg.billing.postal_code} : {$user_data.zip}
  • {if $cf_billing} {foreach from=$cf_billing item="cf"}
  • {$cf.field_name} : {$cf.value_translated}
  • {/foreach} {/if}
  • {$msg.account.email_address} : {$user_data.email|htmlspecialchars}
  • {$msg.billing.phone_number} : {$user_data.phone|htmlspecialchars}
  • {$msg.account.login} : {$user_data.login|htmlspecialchars}
  • {if $cf_account} {foreach from=$cf_account item="cf"}
  • {$cf.field_name} : {$cf.value_translated}
  • {/foreach} {/if} {if $cf_signup} {foreach from=$cf_signup item="cf"}
  • {$cf.field_name} : {$cf.value_translated}
  • {/foreach} {/if}

  • {$msg.email.click_to_edit}
  • {include file="templates/emails/elements/bottom_html.html"}