{% load shop_tags %}
{% include 'cubane/form/form.html' with required_field_notice='False' %}
{% shop_product_price product %}
{% if product.previous_price %}
Was {% shop_product_price product.previous_price %}
{% endif %} {% if product.rrp %}
RRP {% shop_product_price product.rrp %}
{% endif %}
{% if product.pre_order and product.deposit or not product.loan_exempt %}
{% 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 settings.SHOP_LOAN_ENABLED and not product.loan_exempt %}
Finance is available for this product.
{% endif %}
{% endif %}