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

core_data ...

parent 70b12cf6
No related branches found
No related tags found
No related merge requests found
{% autoescape false %}<dcc:coreData> <dcc:coreData>
<dcc:countryCodeISO3166_1> <dcc:countryCodeISO3166_1>
{{doc.administrativeData.coreData.countryCodeISO3166_1}} {{doc.administrativeData.coreData.countryCodeISO3166_1}}
</dcc:countryCodeISO3166_1> </dcc:countryCodeISO3166_1>
...@@ -8,8 +8,16 @@ ...@@ -8,8 +8,16 @@
<dcc:mandatoryLangCodeISO639_1> <dcc:mandatoryLangCodeISO639_1>
{{doc.administrativeData.coreData.mandatoryLangCodeISO639_1}} {{doc.administrativeData.coreData.mandatoryLangCodeISO639_1}}
</dcc:mandatoryLangCodeISO639_1> </dcc:mandatoryLangCodeISO639_1>
<dcc:uniqueIdentifier></dcc:uniqueIdentifier> <dcc:uniqueIdentifier>
<dcc:receiptDate></dcc:receiptDate> {{doc.administrativeData.coreData.uniqueIdentifier}}
<dcc:beginPerformanceDate></dcc:beginPerformanceDate> </dcc:uniqueIdentifier>
<dcc:endPerformanceDate></dcc:endPerformanceDate> <dcc:receiptDate>
</dcc:coreData>{% endautoescape %} {{doc.administrativeData.coreData.receiptDate}}
</dcc:receiptDate>
<dcc:beginPerformanceDate>
{{doc.administrativeData.coreData.beginPerformanceDate}}
</dcc:beginPerformanceDate>
<dcc:endPerformanceDate>
{{doc.administrativeData.coreData.endPerformanceDate}}
</dcc:endPerformanceDate>
</dcc:coreData>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment