File tree Expand file tree Collapse file tree
ted_sws/notice_packager/resources/templates Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 <cdm:procurement _public_number_document_in_official-journal rdf:datatype =" http://www.w3.org/2001/XMLSchema#string" >{{ notice.public_number_document }}</cdm:procurement _public_number_document_in_official-journal >
2222 <cdm:procurement _public_number_edition rdf:datatype =" http://www.w3.org/2001/XMLSchema#positiveInteger" >{{ notice.public_number_edition }}</cdm:procurement _public_number_edition >
2323 {% for lang in work .title %}
24- <cdm:work _title xml:lang =" {{ lang }}" >{{ work.title[lang] }}</cdm:work _title >
24+ <cdm:work _title xml:lang =" {{ lang }}" >{{ work.title[lang] | e }}</cdm:work _title >
2525 {% endfor %}
2626 <cdm:datetime _transmission rdf:datatype =" http://www.w3.org/2001/XMLSchema#dateTime" >{{ work.datetime_transmission }}</cdm:datetime _transmission >
2727 {# <cdm:procurement_public_issued_by_country>{{ work.procurement_public_issued_by_country }}</cdm:procurement_public_issued_by_country>
4444 <rdf:type rdf:resource =" http://publications.europa.eu/ontology/cdm#expression_procurement_public" />
4545 <cdm:expression _belongs_to_work rdf:resource =" &resource ; ted/{{ work.identifier }}" />
4646 {% for lang in expression .title %}
47- <cdm:expression _title xml:lang =" {{ lang }}" >{{ expression.title[lang] }}</cdm:expression _title >
47+ <cdm:expression _title xml:lang =" {{ lang }}" >{{ expression.title[lang] | e }}</cdm:expression _title >
4848 {% endfor %}
4949 <cdm:expression _uses_language rdf:resource =" &cellar-authority;language/{{ expression.uses_language }}" />
5050 <cdm:expression _procurement_public_authority-type_name rdf:datatype =" http://www.w3.org/2001/XMLSchema#string" >Other</cdm:expression _procurement_public_authority-type_name >
You can’t perform that action at this time.
0 commit comments