{% if new_pending_sum > 0 %}
{% trans "You will need to pay" %}
-
-
- {% trans "Your entire order will be considered unpaid until you paid this difference." %}
-
{% else %}
{% trans "You will be refunded" %}
@@ -184,6 +180,12 @@
+{% if new_pending_sum > 0 and order.status == "p" %}
+
+ {% trans "Your entire order will be considered unpaid until you paid this difference." %}
+ {% trans "You might not be able to use any of the tickets in your order until this payment has been received." %}
+
+{% endif %}
{% for k, l in request.POST.lists %}
{% for v in l %}