{# {% if paymentmethod.getPrice() %} #}
{# {% set oPaymentPrice = paymentmethod.getPrice() %} #}
{# {% if oViewConf.isFunctionalityEnabled("blShowVATForPayCharge") %} #}
{# {% apply spaceless %} #}
{# ({{ format_price(oPaymentPrice.getNettoPrice(), { currency: oCurrency }) }} #}
{# {% if oPaymentPrice.getVatValue() > 0 %} #}
{# {{ translate({ ident: "PLUS_VAT" }) }} {{ format_price(oPaymentPrice.getVatValue(), { currency: oCurrency }) }} #}
{# {% endif %}) #}
{# {% endapply %} #}
{# {% else %} #}
{# ({{ format_price(oPaymentPrice.getBruttoPrice(), { currency: oCurrency }) }}) #}
{# {% endif %} #}
{# {% endif %} #}
{% for value in paymentmethod.getDynValues() %}
{% endfor %}
{% block checkout_payment_longdesc %}
{% if paymentmethod.oxpayments__oxlongdesc.value|striptags|trim %}
{{ paymentmethod.oxpayments__oxlongdesc.getRawValue() }}
{% endif %}
{% endblock %}