{if empty($_hide_payments) && (!empty($payment_methods) || !empty($payment))}
{if !empty($payment_methods)} {if empty($style_version)} {else} [`Pay`] {/if}

{$company.name|escape}

  • [`Invoice`] [`#`] {$invoice.number|escape}

    {$invoice.amount|wa_format_amount_currency:$invoice.currency_id}

  • {foreach $payment_methods as $m}
  • {foreachelse}
  • [`Oops! We are sorry, but we can not offer any payment option for your order. Checkout can not be completed.`]
  • {/foreach}
{**}
{elseif (!empty($payment))} {$payment} {/if}
{else} {*

No payment methods or payment

*} {/if}