{txt key=TEXT_PAYMENT_ADDRESS}:

{if $payment_address.customers_company} {$payment_address.customers_company}
{/if} {$payment_address.customers_firstname} {$payment_address.customers_lastname}
{$payment_address.customers_street_address}
{if $payment_address.customers_suburb} {$payment_address.customers_suburb}
{/if} {$payment_address.customers_postcode} {$payment_address.customers_city}
{$payment_address.customers_country}

{if $payment_address.allow_change == true}

[{txt key=TEXT_EDIT}]

{/if}
{if $payment_address.allow_change == true}

{txt key=TEXT_SELECT_PAYMENT_ADDRESS}:

{form type=form name=payment_address action='dynamic' link_params='page_action=payment' method=post conn=SSL} {form type=select name=adID value=$address_data params='onChange="this.form.submit();"'} {form type=hidden name=adType value=payment} {form type=hidden name=action value=select_address} {form type=formend} {if $add_new_address eq 1}

{txt key=TEXT_NEW_PAYMENT_ADDRESS}:

{button text=$smarty.const.BUTTON_ADD_ADDRESS file='add_address.gif'}

{/if} {/if}

{txt key=TEXT_SELECT_PAYMENT}:

{txt key=TEXT_SELECT_PAYMENT_DESC} {form type=form name=payment action='checkout' method=post conn=SSL} {form type=hidden name=action value=payment}
{foreach name=aussen item=pdata from=$payment_data} {$pdata.payment} {/foreach}

{txt key=TEXT_COMMENTS}:

{txt key=TEXT_COMMENTS_DESC}
{form type=textarea name=comments cols=130 rows=10} {hook key=checkout_tpl_payment}

{button text=$smarty.const.BUTTON_NEXT file='next.gif' type='form'}

{form type=formend}