{% extends 'oscar/catalogue/partials/product.html' %} {% load image_tags %} {% load flash_sale_tags %} {% block product_image %} {% is_product_on_sale product as is_on_sale %} {% if is_on_sale %} {% include 'oscar/catalogue/partials/sale_icon.html' with is_small=True %} {% endif %}
{% with image=product.primary_image %} {% oscar_thumbnail image.original "x155" upscale=False as thumb %} {{ product.get_title }} {% endwith %}
{% endblock %}