{% extends 'app/base.html' %} {% load static %} {% block title %} Order {% endblock title %} {% block content %}
Product : {{order.product.title}}
Quantity : {{order.quantity}}
Price : {{order.total_cost}}
Order Status : {{order.status}}
{% if order.status == "Accepted" %}