diff --git a/myproject/orders/templates/orders/order_detail.html b/myproject/orders/templates/orders/order_detail.html index 7a35d6f..08e88f1 100644 --- a/myproject/orders/templates/orders/order_detail.html +++ b/myproject/orders/templates/orders/order_detail.html @@ -195,7 +195,14 @@ {% for item in order.items.all %} - {{ item.item_name }} + + {{ item.item_name }} + {% if item.product_kit and item.product_kit.is_temporary %} + Временный +
+ Создан специально для этого заказа + {% endif %} + {{ item.quantity }} {{ item.price }} руб.