{% extends 'base.html' %} {% load static %} {% block content %}
{% if product.photo_1 %}
{% endif %} {% if product.photo_2 %}
{% endif %} {% if product.photo_3 %}
{% endif %}
{% comment %}
{% endcomment %} {% comment %} {% endcomment %}

{{ product.title }}

{% if product.old_price %} Dh {{ product.old_price }} {% endif %} Dh {{ product.price }}

{{ product.description }}

{% comment %}
{% endcomment %}
{% comment %}
SKU: BO1D0MX8SJ
{% endcomment %} {% comment %} {% endcomment %}
Share:
{% endblock content %}