{% load i18n %} {% if stars %}
{% for star in stars %} {% endfor %} {% if total %}

{% blocktrans %}{{ total }} Ratings{% endblocktrans %}

{% endif %}
{% endif %}