Select Git revision
      
    webshop_descriptions.def  443 B 
{
  "title": u"<<shortcomposer|default(composer)>>: << title >>, << subtitle >>",
  "Short_Description_en": u"",
  "Short_Description_de": u"",
  
  "Description_de": u'''<p></p>''',
  "Description_en": u'''<p></p>''',
  
  "Category": u"",
  
  "Child_Products": {
<$- for e in webshop_editions $>
    "<< e.sku >>": {"ismn": "<<e.ismn>>", "comment": "<<e.comment>>", "price": <<e.price|default(0.00)>>}, # << e.type >>
<$- endfor $>
  },
}