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

wrong position

parent d33499e8
Branches
No related tags found
No related merge requests found
...@@ -12,15 +12,6 @@ ...@@ -12,15 +12,6 @@
<dcc:uniqueIdentifier> <dcc:uniqueIdentifier>
{{x.uniqueIdentifier}} {{x.uniqueIdentifier}}
</dcc:uniqueIdentifier> </dcc:uniqueIdentifier>
<dcc:receiptDate>
{{x.receiptDate}}
</dcc:receiptDate>
<dcc:beginPerformanceDate>
{{x.beginPerformanceDate}}
</dcc:beginPerformanceDate>
<dcc:endPerformanceDate>
{{x.endPerformanceDate}}
</dcc:endPerformanceDate>
<dcc:identifications> <dcc:identifications>
{%- for i in x.identifications['identification'] %} {%- for i in x.identifications['identification'] %}
<dcc:identification> <dcc:identification>
...@@ -37,6 +28,14 @@ ...@@ -37,6 +28,14 @@
</dcc:description> </dcc:description>
</dcc:identification> </dcc:identification>
{% endfor -%} {% endfor -%}
</dcc:identifications> </dcc:identifications>
<dcc:receiptDate>
{{x.receiptDate}}
</dcc:receiptDate>
<dcc:beginPerformanceDate>
{{x.beginPerformanceDate}}
</dcc:beginPerformanceDate>
<dcc:endPerformanceDate>
{{x.endPerformanceDate}}
</dcc:endPerformanceDate>
</dcc:coreData> </dcc:coreData>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment