{* $Id: profiles_billing.tpl 1199 2006-01-31 09:53:58Z lantan $ *} {if $profile_settings.b_title.show || $profile_settings.b_firstname.show || $profile_settings.b_lastname.show || $profile_settings.b_address.show || $profile_settings.b_address_2.show || $profile_settings.b_city.show || $profile_settings.b_state.show || $profile_settings.b_zipcode.show || $profile_settings.b_country.show}

{$lang.billing_address}


{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} {$lang.country}     {else} {/if} {if $profile_settings.b_zipcode.show} {$lang.zip_postal_code}     {/if} {else} {capture name="no_billing"}Y{/capture} {/if}