{% load currency_filters %} {% load basket_tags %} {% load image_tags %} {% load i18n %}

{{ promotion.name }}

{% with image=product.primary_image %} {% oscar_thumbnail image.original "x155" upscale=False as thumb %} {{ product.get_title }} {% endwith %}

{{ product.title }}

{% include "oscar/catalogue/partials/stock_record.html" %}
{{ promotion.description|safe }}