{% load media_tags %} {% load shop_tags %} {% load staticfiles %}
{% if product.image %} {% image product.image 'product' %} {% else %} {{ product.title }} {% endif %} {% if product.brand %}
{% image product.brand.image 'brand' %}
{% endif %}
{% if product.rrp %}
RRP {% shop_product_price product.rrp %}
{% endif %} {% if product.previous_price %}
Was {% shop_product_price product.previous_price %}
{% endif %}
{% if product.previous_price %}Now {% endif %}{% shop_product_price product %}
{% if product.is_available %} {% if product.is_pre_order %} Pre-Order {% else %} In Stock {% endif %} {% else %} In Stock {% endif %}