{* * @author PayU * @copyright Copyright (c) 2014-2018 PayU * @license http://opensource.org/licenses/LGPL-3.0 Open Software License (LGPL 3.0) * * http://www.payu.com *} {capture name=path}{l s='Pay with PayU' mod='payu'}{/capture}

{$payuOrderInfo}: {if $currency}{convertPriceWithCurrency price=$total currency=$orderCurrency}{else}{convertPrice price=$total}{/if} {l s='(tax incl.)' mod='payu'}

{if $payuErrors|@count}
{foreach $payuErrors as $error} {$error}
{/foreach}
{/if}
{if isset($payMethods.error)}

{l s='Error has occurred' mod='payu'}: {$payMethods.error}

{else}
{include file="$payCardTemplate"}
{include file="$conditionTemplate"} {/if}

{if !$retryPayment} {l s='Other payment methods' mod='payu'} {/if} {if !isset($payMethods.error)} {/if}

{include file="$secureFormJsTemplate"}