{% if pv.image or pv.product.image %} {% else %}
No picture available
{% endif %}
{{ p.p_name }}
{% 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 %} {% include 'salebox/product_list_button.html' %}