{% extends "oscar/catalogue/reviews/review_list.html" %} {% load currency_filters %} {% load history_tags %} {% load thumbnail %} {% load i18n %} {% load staticfiles %} {% load reviews_tags %} {% block content %}
{% include "catalogue/partials/gallery.html" %}
{% include "catalogue/partials/review_totals.html" %} {% if reviews %}

{% trans "Sort by:" %}

{% for review in reviews %} {% include 'catalogue/partials/review.html' %} {% endfor %} {% include 'partials/pagination.html' %} {% else %}

{% trans "This product does not have any reviews yet." %}

{% endif %}
{% endblock %}