{{#each (repeat fullStarsCount)}}
  {{svg-jar "star-on"}}
{{/each}}
{{#if hasHalfStar}}
  {{svg-jar "star-half"}}
{{/if}}
{{#each (repeat emptyStarsCount)}}
  {{svg-jar "star-off"}}
{{/each}}