{% load i18n %} {% if not taler_url %}
{% trans "We were unable to contact the payment system. Please try again later." %}
{% else %}

{% trans "Pay with Taler" %}

{% trans "Scan this QR code with your mobile wallet:" %}

– {% trans "or" %} –

{% trans "Open Taler wallet" %}

{% trans "After completing the payment, please allow for up to ten minutes for our server to register the payment." %}

{% if payment.order.email %}

{% trans "You do not need to keep this page open, we will send you an email once we received your payment." %}

{% endif %} {% endif %}