{% load currency_filters %} {% load basket_tags %} {% load thumbnail %} {% load i18n %} {% load staticfiles %}

{{ promotion.name }}

{% with image=product.primary_image %} {% thumbnail image.original "400x400" upscale=False as thumb %} {{ product.get_title }} {% endthumbnail %} {% endwith %}

{{ product.title }}

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