{config_load file="$language/affiliate.conf" section="affiliate_account_details"}
{#category_personal#}
{if $ACCOUNT_GENDER == 'true'}
{$gender_male}{$gender_female}
{/if}
{$firstname_content}
{$lastname_content}
{if $ACCOUNT_DOB == 'true'}
{$dob_content}
{/if}
{$email_content}
{if $ACCOUNT_COMPANY == 'true'}
{#category_company#}
{$company_content}
{$company_taxid_content}
{/if}
{#category_payment_details#}
{if $AFFILIATE_USE_CHECK == 'true'}
{$payment_check_content}
{/if} {if $AFFILIATE_USE_PAYPAL == 'true'}
{$payment_paypal_content}
{/if} {if $AFFILIATE_USE_BANK == 'true'}
{$payment_bank_name_content}
{$payment_bank_branch_number_content}
{$payment_bank_swift_code_content}
{$payment_bank_account_name_content}
{$payment_bank_account_number_content}
{/if}
{#category_address#}
{$street_address_content}
{if $ACCOUNT_SUBURB == 'true'}
{$suburb_content}
{/if}
{$postcode_content}
{$city_content}
{$country_id_content}
{if $ACCOUNT_STATE == 'true'}
{$state_content}
{/if}
{#category_contact#}
{$telephone_content}
{$fax_content}
{$homepage_content}
{if $PASSWORD_READONLY == 'false'}
{#category_password#}
{$password_content}
{$password_confirmation_content}
{/if}
{$agb_content}