{% load i18n %} {% if method == "wallet" %} {% if url.url_name == "event.order.pay.confirm" %}

{% trans "Almost done …" %}

{% trans 'Please click on the "Pay now" button below to confirm your payment.' %}

{% trans "We will then charge your PayPal account and finalize the order." %}

{% else %}

{% blocktrans trimmed %} The total amount listed above will be withdrawn from your PayPal account after the confirmation of your purchase. {% endblocktrans %}

{% endif %} {% else %}

{% blocktrans trimmed %} After placing your order, you will be able to select your desired payment method, including PayPal. {% endblocktrans %}

{% endif %}