{% extends 'NewTemplates/new_base.html' %} {% load static %} {% block head %} {{pro_name}} {% endblock head %} {% block body %} {% for pro in products %}

{{pro_name}}

{% if messages %}
{% for message in messages %} {% endfor %}
{% endif %}
{% if one_image == "one" %}
  • {% for image in pro.productimage_set.all %} {{ pro.product_name }} {% endfor %}
{% else %}
    {% for image in pro.productimage_set.all %} {% if image.product_image %}
  • {{ pro.product_name }}
  • {% endif %} {% endfor %}
{% endif %}

{{description}}

Price{{ pro.market_price }} {{ pro.price }} QAR

{% if pro.brand %} {% endif %} {% if pro.model_no %} {% endif %} {% if pro.exp_date %} {% endif %} {% if pro.manufacturing_country %} {% endif %} {% if pro.manufacturing_year %} {% endif %} {% if pro.dimensions %} {% endif %} {% if pro.reason_to_sell %} {% endif %}
Product Code {{ pro.product_code }}
Quantity {{ pro.quantity }}
Brand {{ pro.brand }}
Model No {{ pro.model_no }}
Exp. Date {{ pro.exp_date }}
Manufacturing Country {{ pro.manufacturing_country }}
Manufacturing Year {{ pro.manufacturing_year }}
Dimensions {{ pro.dimensions }}
This item is sold due to {{pro.reason_to_sell}}

Please contact for purchase and delivery options

{% endfor %} {% endblock body %}