{{ session.stockrecord.partner.name }}
{% endif %}{{ product.title }}
{% include "catalogue/partials/stock_record.html" %}
{{ promotion.description|safe|truncatechars:200 }}
{% if product.is_group %} {% trans "View range" %} {% else %} {% if session.availability.is_available_to_buy %} {% basket_form request product 'single' as basket_form %} {% else %} {% trans "Out of Stock" %} {% endif %} {% endif %}