{% load show_stars %} {% load i18n %}
{% trans "Rating" %}
X
{% show_stars current.rating_avg of 5 round to half %} {% trans "Overall" %} ({% trans "based on" %} {{ current.rating_votes }} {% trans "vote" %}{{ current.rating_votes|pluralize }})
{% show_stars current.rating_avg_interest of 5 round to half %} {% trans "Interesting" %}
{% show_stars current.rating_avg_doc of 5 round to half %} {% trans "Documentation" %}
{% if rating_form %}
{% trans "Ratings can be changed later on, '0' means poor and '5' means excellent" %}.

{% endif %}