Sub-Total:
${{ order.Total_Amount__c }}
Discount:
${{ "%.2f"|format(order.Discount__c) }}
Total Bill:
${{ "%.2f"|format(order.Total_Bill__c) }}
No order details available.