{{#unless hide_label}}
{{label}}{{#if required}} *{{/if}}{{/unless}}
{{#script}}
jQuery('#{{id}}_stars_preview').raty({
starOff : 'raty-{{config/type}}-off',
starOn : 'raty-{{config/type}}-on',
hints: [1,2,3,4,5],
spaceWidth: {{config/space}},
number: {{config/number}},
starType: 'f',
starColor: '{{config/color}}',
trackColor: '{{config/track_color}}',
numberMax: 100
{{#if config/cancel}},cancel: true{{/if}}
{{#if config/single}},single: true{{/if}}
});
{{/script}}