Fix for py convert template
This commit is contained in:
parent
d02aec9aa4
commit
739bf71194
@ -1,5 +1,5 @@
|
|||||||
def specification(req_spec):
|
def specification(req_spec):
|
||||||
req_spec.title({{ data.titel|tojson }})
|
eq_spec.add_title({{ data.titel|tojson }})
|
||||||
{% set sec = namespace(cnt = 1) %}
|
{% set sec = namespace(cnt = 1) %}
|
||||||
{%- for uid in data.uid_list_sorted %}
|
{%- for uid in data.uid_list_sorted %}
|
||||||
{%- with item=data.item_dict[uid] %}
|
{%- with item=data.item_dict[uid] %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user