{$msg.billing.billing_address}
{$msg.billing.first_name} :
*
{$msg.billing.last_name} :
*
{if $FormsBillingCompany != "Invisible"}
{$msg.billing.company} :
{if $FormsBillingCompany == "Required"} *{/if}
{else} {/if}
{$msg.billing.address_line1} :
*
{if $FormsBillingAddressLine2 != "Invisible"}
{$msg.billing.address_line2} :
{if $FormsBillingAddressLine2 == "Required"} *{/if}
{else} {/if}
{$msg.billing.city} :
*
{$msg.billing.country} :
*

{$msg.billing.postal_code} :
*
{if $FormsBillingPhone != "Invisible"}
{$msg.billing.phone_number} :
{if $FormsBillingPhone == "Required"} *{/if}
{else} {/if}
{$msg.account.email_address} :
*
{if $cf_billing} {foreach from=$cf_billing item="cfield"}
{$cfield.field_caption|htmlspecialchars} :
{cfield field=$cfield}{if $cfield.is_required } *{/if}
{/foreach} {/if}