{$msg.shipping.address_type}
{if $edit_address.address_type == ''}
{$msg.shipping.address_type_please_select}
{/if}
{$msg.shipping.address_type_residential}
{$msg.shipping.address_type_business}
{$msg.shipping.name}
{if $FormsShippingCompany != "Invisible"}
{$msg.shipping.company}
{else}
{/if}
{$msg.shipping.address_line1}
{if $FormsShippingAddressLine2 != "Invisible"}
{$msg.shipping.address_line2}
{else}
{/if}
{$msg.shipping.city}
{$msg.shipping.country}
{$msg.shipping.state_province}
{$msg.shipping.state_province}
{$msg.shipping.postal_code}
{if $cf_shipping} {foreach from=$cf_shipping item="cfield"}
{$cfield.field_caption|htmlspecialchars}
{cfield field=$cfield}
{/foreach} {/if} {if $edit_address.is_primary != "Yes"}
Make Primary
{else}
{/if}