{% if scorestardict and scorestardict['scoremodel'] and scorestardict['starscale'] %} {% set scoredata = scorestardict['scoremodel'] %} {% set stardata = scorestardict['starscale'] %} {% set ranklist = scoredata['ranklist'] %} {% set colordict = stardata['colordict'] %} {% set starscaled = stardata['starscaled'] %} {% set colorlines = stardata['colorlines'] %}


(one star above is approximately {{ "{:,}".format(stardata['starratio']) }} stars allocated by voters)
{% else %}

STAR voting data not available.

{% endif %}