{intl l="You choose payment by "} : {loop name="payment-module" type="module" id=$PAYMENT_MODULE}{$TITLE}{/loop}
{intl l="Thank you for the trust you place in us."}
{intl l="A summary of your order has been sent to the following address"} : {customer attr="email"}
{intl l="Your order will be confirmed by us upon receipt of your payment."}
{intl l="Order number"} :
{$REF}
{intl l="Date"} :
{format_date date=$CREATE_DATE output="date"}
{intl l="Total"} :
{format_money number={$TOTAL_TAXED_AMOUNT} currency_id=$CURRENCY}
{block name='additional-payment-info'}{/block}
{hook name="order-placed.additional-payment-info" module="$PAYMENT_MODULE" placed_order_id=$placed_order_id}