feat: tech specification for a group of deals
This commit is contained in:
@@ -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" %}
|
||||
|
||||
Reference in New Issue
Block a user