Skip to content
Snippets Groups Projects
Commit d33499e8 authored by Rolf Niepraschk's avatar Rolf Niepraschk
Browse files

"identifications" --> "item"

parent b3cce1b6
No related branches found
No related tags found
No related merge requests found
......@@ -40,6 +40,23 @@
{% endfor -%}
</dcc:name>
</dcc:manufacturer>
<dcc:identifications>
{%- for j in i.identifications['identification'] %}
<dcc:identification>
<dcc:issuer>{{j.issuer}}</dcc:issuer>
<dcc:value>{{j.value}}</dcc:value>
<dcc:description>
{%- for k in j['description'] %}
<dcc:content lang="{{k.lang}}">
{%- for l in k.content %}
{{l|safe}}
{% endfor -%}
</dcc:content>
{% endfor -%}
</dcc:description>
</dcc:identification>
{% endfor -%}
</dcc:identifications>
</dcc:item>
{% endfor -%}
</dcc:items>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment