feat: tech specification for a group of deals

This commit is contained in:
2024-11-10 15:32:58 +04:00
parent 30ec0528a4
commit 915a1d5f28
6 changed files with 186 additions and 84 deletions

View File

@@ -29,7 +29,7 @@
font-size: 18px;
}
@top-right {
content: "ID:{{ data.deal.id }}";
content: "{{ data.deal_ids_header }}";
border: solid black 1px;
border-radius: 6px;
padding: 12px 2px;
@@ -44,7 +44,11 @@
<div class="doc-container">
<div>
<div>
{% include "deal/deal-services.html" %}
{% for deal in data.deals %}
{% with index = loop.index0 %}
{% include "deal/deal-services.html" %}
{% endwith %}
{% endfor %}
{% for product_data in data.products.values() %}
{% with index = loop.index %}
{% include "deal/deal-product-services.html" %}