{% extends CMS_TEMPLATE %} {% load i18n l10n cms_tags pcart_core pcart_reviews %} {% block base_content %}

{% render_model product "get_page_title" %}

{% include "catalog/includes/images.html" %}

{% render_model product "status" %}

{% with product.variants.all as variants %} {% if variants %} From {{product.min_variant_price}} to {{product.max_variant_price}} {% else %} {% include "catalog/includes/buy_button.html" with quantity=4 %} {% include "catalog/includes/add_to_comparison_button.html" %} {% include "catalog/includes/add_to_wishlist_button.html" %} {{product.price}} {% endif %} {% endwith %}

{% trans "Reviews" %}

{% reviews_for_product product %}

{% trans "Write a review" %}

{% endblock %}