{% for star in stars %}
{% if user.is_authenticated %}
{% else %}
{% endif %}
{% endfor %}
{% for star in stars %}
{% if user.is_authenticated %}
{% else %}
{% endif %}
{% endfor %}
Average:
{{ rating.average|floatformat:"-2" }}
Rating Count:
{{ rating.count }}
You Rated:
{% if user_rating %}{{ user_rating.score }}{% else %}Not rated{% endif %}
{% if not user.is_authenticated %}
Please log in to rate.
{% endif %}