{% assign content_type = content_type | default: 'html' %} {% assign ratingFormID = ratingFormID | default: '1' %} {% assign _ratingFormID = "SHX_" | append: ratingFormID | append: "_" %} {% assign ratingTexts = ratingTexts | default: "Sehr schlecht,Schlecht,Ok,Gut,Sehr gut" %} {% assign _ratingTexts = ratingTexts | split: "," %} {% if content_type == 'html' %}
{% elsif content_type == 'init' %} {% endif %}