{% load reviews_tags %} {% load i18n %}

{{ review.title }} {{ review.score }}

{{ review.body.strip|linebreaks }}

{% blocktrans with name=review.get_reviewer_name review_date=review.date_created %} Reviewed by {{ name }} on {{ review_date }} {% endblocktrans %} | {% trans 'Permalink' %}

{% if request.user.is_authenticated %} {% trans "Is this review helpful?" %}
{% csrf_token %}
{% csrf_token %}
{% endif %} {% if review.has_votes %}

{% blocktrans count review.num_up_votes as num_up_votes %} 1 customer found this useful {% plural %} {{ num_up_votes }} customers found this useful {% endblocktrans %}

{% endif %}