feat: executors and grouping by article in deal document

This commit is contained in:
2024-10-02 02:40:54 +04:00
parent 766ded04a5
commit ca6e7d5b37
12 changed files with 308 additions and 169 deletions

View File

@@ -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 %}