transfer template changed

This commit is contained in:
Dirk Alders 2025-03-23 16:29:03 +01:00
parent 739bf71194
commit 391b2a16aa

View File

@ -1,5 +1,5 @@
def specification(req_spec):
eq_spec.add_title({{ data.titel|tojson }})
req_spec.add_title({{ data.titel|tojson }})
{% set sec = namespace(cnt = 1) %}
{%- for uid in data.uid_list_sorted %}
{%- with item=data.item_dict[uid] %}