{% load i18n %} {% load webcatalog %} {% for review in reviews %}
{{ review.review_text }}
{% blocktrans with favorable=review.usefulness_favorable total=review.usefulness_total %} {{ favorable }} out of {{ total }} found this review helpful. {% endblocktrans %}