{$msg.billing.first_name}
{$msg.billing.last_name}
{$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}
{$msg.billing.cc_number}
{$msg.billing.cc_expiration_date}
{foreach from=$cc_expiration_months key="key" item="month"}
{$month}
{/foreach}
{foreach from=$cc_expiration_years item="year"}
{$year}
{/foreach}
{$msg.account.set_primary_payment_profile}