Templates: Add more possibly fields (commented out)
[orchestrallily.git] / Templates / default / webshop_descriptions.def
blob63ef46f9c844c03708c9230e5c2fac9d72a892b9
2 #"title": u"<< title|replace('\"', "&quot;") >>",
3 #"title_en": u"<< title_en|default(title)|replace('\"', "&quot;") >>",
4 #"subtitle": u"<< subtitle|replace('\"', "&quot;") >> >>",
5 #"subtitle_en": u"<< subtitle_en|default(subtitle)|replace('\"', "&quot;") >>",
7 "Short_Description_de": u"",
8 "Short_Description_en": u"",
10 "Description_de": u'''<p></p>''',
11 "Description_en": u'''<p></p>''',
13 #"instrumentation": u"",
15 "Category": u"",
17 #"composer": u"<<composer>>",
18 #"composerdate": u"<<composerdate>>",
19 #"title": u"<<title>",
20 #"subtitle": u"<<subtitle>",
21 #"opus": u"<<opus>>",
22 #"arranger": u"<<arranger>>",
23 #"arrangerdate": u"<<arrangerdate>>",
24 #"poet": u"<<poet>>",
25 #"poetdate": u"<<poetdate>>",
26 #"instrumentation": u"<<instrumentation>>",
27 #"key": u"<<key>>",
28 #"editor": u"<<editor>>",
29 #"publisher": u"<<publisher>>",
30 #"language": u"<<language>>",
31 #"duration": u"<<duration>>",
32 #"composition_year": u"<<composition_year>>",
33 #"score_information": u"<<score_information>>",
34 #"genre": u"<<genre>>",
36 #"published": "Y",
38 #"price": 100.00,
39 #"currency": "EUR",
41 "Child_Products": [
42 # {"sku": "...", "ismn": "...", "type": "Overrides SCORETYPE", "type_en": "English TYPE", "comment": "COMMENT to be displayed", "price": "..."},
43 <$- for e in webshop_editions $>
44 {"sku": u"<< e.sku >>", "ismn": u"<<e.ismn>>", "comment": u"<<e.comment|replace('\"', "&quot;") >>", "price": <<e.price|default(0.00)>>}, # << e.type >>
45 <$- endfor $>
47 "Productimages": [
48 # "FILENAME.png",
50 "Downloadfiles": [
51 # {"filename": u"out/INFILENAME.pdf", "outname": u"OUTFILENAME.pdf", "title": u"COMPOSER: WORK, DISPLAYED DOWNLOADTITLE", "desc": u"..."},
52 # "out/FILENAME.pdf",