{% if product != None %} {% if user.id == product.sellerID %}
Brake Disks
Earliest Delivery Friday 24th December
+£{{product.cost}} P&P
{% if product.quantityAvailable > 0 %}
In Stock
{{product.quantityAvailable}} Available
{% else %}
Out of Stock
{% endif %}
{% else %}
Brake Disks
{{product.name}}
{{product.description}}
£{{product.cost}}
Earliest Delivery Friday 24th December
+£{{product.cost}} P&P
{% if product.quantityAvailable > 0 %}
In Stock
{{product.quantityAvailable}} Available
{% else %}
Out of Stock
{% endif %}
{% endif %} {% endif %}