{% extends "oscar/layout.html" %} {% load history_tags %} {% load i18n %} {% block title %} {% trans "All reviews" %} | {{ product.title }} | {{ block.super }} {% endblock %} {% block breadcrumbs %}
{% endblock %} {% block headertext %} {% trans "Customer reviews" %} {% endblock %} {% block content %}{% trans "This product does not have any reviews yet." %}
{% endif %}