{% load shop_tags %}
{% include 'cubane/form/form.html' with required_field_notice='False' %}
{% if product.rrp %}
RRP {% shop_product_price product.rrp %}
{% endif %} {% if product.previous_price %}
Was {% shop_product_price product.previous_price %}
{% endif %} {% include 'cubane/ishop/elements/basket/basket_price.html' %}
{% if product.pre_order and product.deposit %}

Pay a {% shop_product_price product.deposit %} deposit today to Pre-Order this item. We will contact you to take the remainder as soon as it arrives in stock.

{% elif not product.loan_exempt %}

Finance is available for this product.

{% endif %} {% if previous_price %} {% if product.previous_price %}

was

{% shop_previous_price product %}
{% endif %} {% endif %}