{# Renders a set of stars, which can be clicked to submit a rating stars - The number of stars to be displayed. package - The package for which the rating belongs to {% snippet "rating/snippets/stars.html", package=pkg %} #} {% resource "rating_css/rating.css" %} {% resource "rating_js/rating.js" %} {% set action = 'submit_package_rating' %} {% if package.type == 'showcase' %} {% set action = 'submit_showcase_rating' %} {% endif %} {% set stars = h.get_user_rating(package.id) %} {%- for index in range(stars|int) -%} {%- endfor -%} {%- for index in range(stars|int, 5) -%} {%- endfor -%}