{% load i18n %}
{% blocktrans count vote.num_votes as votes %}{{ votes }} vote{% plural %}{{ votes }} votes{% endblocktrans %}
  1. {{ score_info.current_score|floatformat }}/{{ score_info.num_stars }} {% trans "stars" %}
  2. {% if not readonly %} {% for star in stars %}
  3. {% if can_vote %} {{ star.1 }} {% else %} {% if user.is_authenticated %} {% trans "You have voted" %} {% else %} {% trans "Sign in to rate" %} {% endif %} {% endif %}
  4. {% endfor %} {% endif %}