{{ form.score }}
{% include "oscar/catalogue/reviews/partials/stars.html" with rating=0 %}
{% for error in form.score.errors %}
{{ error }}
{% endfor %}
{% comment %}
{% include 'oscar/partials/form_field.html' with field=form.score %}
{% endcomment %}