{% if pv.image or pv.product.image %}

{% else %}
No picture available
{% endif %}
{% if pv.sale_price != pv.price %}
{{ pv.price_display.formatted_html|safe }}
{% endif %}
{{ pv.sale_price_display.formatted_html|safe }}
{% if pv.rating_display.10 is not None %}
{% include "salebox/rating.html" with readonly=True rating=pv.rating_display.10 %}
{% endif %}
{% if pv.in_basket %}
{% else %}
{% endif %}