{% extends "catalogue/detail.html" %} {% load i18n %} {% block product_review %} {% if review %}

{{ review.title }}

{% trans "Score:" %} {{ review.score|floatformat:1 }} / 5.0

{% trans "Comments:" %} {{ review.body }}

{% endif %} {% endblock %}