{intl l="Secure payment"}

{include file="misc/checkout-progress.tpl" step="last"} {loop type="order" name="placed-order" id=$order_id} {ifhook rel="order-payment-gateway.body"} {hook name="order-payment-gateway.body" module="$PAYMENT_MODULE"} {/ifhook} {elsehook rel="order-payment-gateway.body"}

{intl l="You choose to pay by"} : {loop name="payment-module" type="module" id=$PAYMENT_MODULE}{$TITLE}{/loop}

{if $cart_count > 0}
{intl l="Connecting to the secure payment server, please wait a few seconds..."}
{foreach from=$payment_form_data key='name' item='value'} {/foreach}

{intl l='If nothing happens within 10 seconds, please click here.'}

{else} {intl l="Sorry, your cart is empty. There's nothing to pay."} {/if}
{/elsehook} {/loop}