{{#if this.stars}}
{{#if $lt this.stars 0.51}}
{{>halfstar}}
{{else}}
{{#if $lt this.stars 1.01}}
{{>onestar}}
{{else}}
{{#if $lt this.stars 1.51}}
{{>onehalfstars}}
{{else}}
{{#if $lt this.stars 2.01}}
{{>twostars}}
{{else}}
{{#if $lt this.stars 2.51}}
{{>twohalfstars}}
{{else}}
{{#if $lt this.stars 3.01}}
{{>threestars}}
{{else}}
{{#if $lt this.stars 3.51}}
{{>threehalfstars}}
{{else}}
{{#if $lt this.stars 4.01}}
{{>fourstars}}
{{else}}
{{#if $lt this.stars 4.51}}
{{>fourhalfstars}}
{{else}}
{{#if $lt this.stars 5.01}}
{{>fivestars}}
{{else}}
ERROR!
{{/if}}
{{/if}}
{{/if}}
{{/if}}
{{/if}}
{{/if}}
{{/if}}
{{/if}}
{{/if}}
{{/if}}
{{else}}
{{>nostar}}
{{/if}}