{* $Id: profiles_billing.tpl 1709 2006-05-06 11:55:37Z zeke $ *} {capture name="billing"} {if $profile_settings.b_title.show}   {$lang.title}       {/if} {if $profile_settings.b_firstname.show}   {$lang.first_name}       {/if} {if $profile_settings.b_lastname.show}   {$lang.last_name}       {/if} {if $profile_settings.b_address.show}   {$lang.address}       {/if} {if $profile_settings.b_address_2.show}   {$lang.address_2}       {/if} {if $profile_settings.b_city.show}   {$lang.city}       {/if} {if $profile_settings.b_state.show}   {$lang.state}       {/if} {if $profile_settings.b_country.show} {assign var="b_country" value=$user_data.b_country|default:$settings.General.default_country}   {$lang.country}       {else} {/if} {if $profile_settings.b_zipcode.show}   {$lang.zip_postal_code}       {/if} {/capture} {if $smarty.capture.billing|trim}

{$lang.billing_address}
{$smarty.capture.billing} {/if}