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

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

{{ review.body.strip|linebreaks }}

{% blocktrans with name=review.get_reviewer_name %} Reviewed by {{ name }} on {% endblocktrans %}
{{ review.date_created }}

{% 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 %}