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

Approve Order {{ order.order_id }} and settle payment



{% if request.client.has_brands %} Once the order is approved by all parties, the payment is settled and the order can be processed. {% else %} Once the order is approved, the payment transaction is settled and the order can be processed. {% endif %}

An email will be sent to the customer automatically.

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