{% load i18n %} {% if payment_info %} {% if order.status == "p" %}
{% blocktrans trimmed %} This order has been paid with Sofort. {% endblocktrans %}
{% elif order.status == "r" %}{% blocktrans trimmed %} This order has been planned to be paid with Sofort and has been marked as refunded. {% endblocktrans %}
{% else %}{% blocktrans trimmed %} This order has been planned to be paid with Sofort, but the payment has not yet been completed. {% endblocktrans %}
{% endif %}{% blocktrans trimmed %} This order has been planned to be paid with Sofort, but the payment has not yet been completed. {% endblocktrans %}
{% endif %}