{% load i18n pcart_core %} {% if reviews %} {% for review in reviews %} {% include "reviews/includes/review.html" %} {% endfor %} {% else %}
{% trans "There are no comments yet about this product." %}
{% endif %}