{% extends 'Layout/prod_detail_layout.html' %} {% load core_tags ecom_tags %} {% load wagtailimages_tags %} {% block content %}
{% if page.prod_var_images.all %}
{% image page.search_image fill-31x31 as imgt %} {{imgt.title}} {% for img in page.prod_var_images.all %} {% image img.image fill-31x31 as imgs %} {{img.image.title}} {% endfor %}
{% endif %} {% image page.search_image fill-366x366 id="thumb-img" loading="lazy" %}

{{page.customTitle|safe}}

{% now "Y-m-d, g:i a" as today %} {% if page.prOffer and page.offerPrice %}
{% if page.is_offer_due %}
{{ settings.core.CurrencySettings.icon|safe }} {{page.offerPrice}} {{page.prodMRP}}

{{page.prOffer.name}}

{% include 'Product/CountDownEnd.html' %}
{% endif %}
{% endif %} {% if not page.is_offer_due %}
{% if page.prodDealPrice %}
{{ settings.core.CurrencySettings.icon|safe }} {{page.prodDealPrice}} {{page.prodMRP}}
{% else %} {{ settings.core.CurrencySettings.icon|safe }} {{page.prodMRP}} {% endif %} {% if page.prRec %}

{{page.prRec}}

{% endif %}
{% endif %}
{% if not page.is_past_due %} {% if page.prodRating %}
{% endif %} {% endif %}
{% if page.prodStory %} {% endif %}
{% include 'components/Product/prodVariants.html' %}
{% if page.get_buy_now %} {% endif %}
{% if page.is_past_due %} Launch Date {{page.launchDate|date:'Y-m-d H:iA'}} Notify me {% endif %}
{% if commonfeaturesList %}
{% for attr in commonfeaturesList %}

{% if attr.attribute.attr.group.icon %} {{attr.attribute.attr.group.icon|safe}} {% endif %} {{attr.attribute.attr.name}} : {{attr.value_text}} {% if attr.attribute.attr.unit %} {{attr.attribute.attr.unit}} {% endif %} /

{% endfor %}
{% endif %}
    {% for app in page.get_parent.specific.prod_app_item.all %}
  • {{app.item.releaseDate}}
    {% if forloop.counter > 1 %}
    {% endif %}
    {{app.item}}
  • {% endfor %}
{{page.prDesc|add_list_classes}}
{% for offer in page.get_parent.specific.prod_offer.all %}
{{offer.offer.name}} {{offer.offerDetail|safe}}
{% endfor %}
{% if news %}
Related News
{% for blog in news %} {% endfor %}
{% endif %} {% if blogs %}
Related Blogs
{% for blog in blogs %} {% endfor %}
{% endif %}
{% for attr in features %} {% if attr.value_text %} {% endif %} {% endfor %}
{% if attr.attribute.attr.group.icon %} {{attr.attribute.attr.group.icon|safe}} {% elif attr.attribute.attr.icon %} {{attr.attribute.attr.icon|safe}} {% endif %} {{attr.attribute.attr.name}} {% if attr.attribute.name == "Color" %}
{% elif attr.attribute.name == "Brand" %} {{attr.value_text}} {% else %} {{attr.value_text}} {% endif %} {% if attr.attribute.attr.unit %} {{attr.attribute.attr.unit}} {% endif %}
{% if user.is_authenticated %}
{% include 'components/Product/prodReview.html' %}
{% endif %} {% if similarProducts %}

Compare with similar items

{% for similar in similarProducts %} {% endfor %} {% for similar in similarProducts %} {% endfor %} {% for attr in similarAttr %} {% for similar in similarProducts %} {% endfor %} {% endfor %}
{{similar.title}}

{{similar.customTitle|safe}}

Price {{similar.prodDealPrice}}

M.R.P: {{similar.prodMRP}}

{{attr}} {% prod_var_av_compare similar.id attr as pav %} {% if pav.value_text %} {{pav.value_text}} {% else %} - {% endif %}
{% endif %}
{% endblock content %} {% block script %} {% endblock script %}