{$profile.data.name|htmlspecialchars}
{$profile.data.address1|htmlspecialchars}
{if $profile.data.address2}{$profile.data.address2|htmlspecialchars}
{/if} {$profile.data.city|htmlspecialchars}, {$profile.data.state|htmlspecialchars}, {$profile.data.zip|htmlspecialchars}
{$profile.data.country|htmlspecialchars}
{if $profile.data.phone}{$msg.opc.billing_phone}: {$profile.data.phone|htmlspecialchars}
{/if} {if $profile.data.email}{$profile.data.email|htmlspecialchars}{else}{$profileEmailAddress|htmlspecialchars}{/if}
Number: {$profile.data.cc_number|htmlspecialchars}
Exp. Date: {$profile.data.cc_expiration_date|htmlspecialchars}