feat: executors and grouping by article in deal document
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
font-size: 18px;
|
||||
}
|
||||
@top-right {
|
||||
content: "ID:{{ deal.id }}";
|
||||
content: "ID:{{ data.deal.id }}";
|
||||
border: solid black 1px;
|
||||
border-radius: 6px;
|
||||
padding: 12px 2px;
|
||||
@@ -45,7 +45,7 @@
|
||||
<div>
|
||||
<div>
|
||||
{% include "deal/deal-services.html" %}
|
||||
{% for product in deal.products %}
|
||||
{% for product_data in data.products.values() %}
|
||||
{% with index = loop.index %}
|
||||
{% include "deal/deal-product-services.html" %}
|
||||
{% endwith %}
|
||||
|
||||
Reference in New Issue
Block a user