{% extends CMS_TEMPLATE %} {% load cms_tags %} {% block base_content %}

{{product.page_title|default:product.title}}

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

{{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 %} {{product.price}} {% endif %} {% endwith %}
{% endblock %}