{% load display_tags %} {% load i18n %} {% load image_tags %} {% load reviews_tags %} {% load currency_filters %} {% load purchase_info_tags %} {% load image_tags %} {% purchase_info_for_product request product as session %} {% block product %}
{% include 'oscar/catalogue/partials/img_buttons.html' %}
{% with image=product.primary_image %} {% oscar_thumbnail image.original "x250" upscale=False as thumb %} {{ product.get_title }} {% endwith %}
{% endblock %}