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

{lang msg=$msg.email.dear fname=$user_data.fname lname=$user_data.lname}

{if $action == "add"}

{$msg.email.inform_registration}

{/if} {if $action == "register"}

{$msg.email.thanks_for_registration}

{/if}

{$msg.email.your_registration_details}:

  • {$msg.billing.name} : {$user_data.fname|htmlspecialchars} {$user_data.lname|htmlspecialchars}
  • {$msg.billing.company} : {$user_data.company|htmlspecialchars}
  • {$msg.billing.address_line1} : {$user_data.address1|htmlspecialchars}
  • {$msg.billing.address_line2} : {$user_data.address2|htmlspecialchars}
  • {$msg.billing.city} : {$user_data.city|htmlspecialchars}
  • {$msg.billing.state_province} : {$user_data.province|htmlspecialchars}
  • {$msg.billing.country} : {$user_data.country_name|htmlspecialchars}
  • {$msg.billing.postal_code} : {$user_data.zip|htmlspecialchars}
  • {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.sincerely},
    {$CompanyName|htmlspecialchars}

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