{% extends 'cubane/backend/base.html' %} {% block content %}

Reject Order {{ order.order_id }} and cancel payment



{% if request.client.has_brands %} Once the order is rejected by all parties, the payment is aborted. If at least one party approves the order, the payment transaction is settled for the total amount of the remaining parties. {% else %} Once the order is rejected, the payment transaction is aborted. {% endif %}

An email will be sent to the customer automatically.

{% include 'cubane/backend/form.html' with without_continuation=True save_label='Reject and Cancel Payment' %} {% endblock %}