{% extends 'base1.html' %} {% load static %} {% block content %}

{% if sinprod.image1 %}
{% else %}
{% endif %} {% if sinprod.image2 %}
{% else %}
{% endif %}
{% if sinprod.image3 %}
{% else %}
{% endif %} {% if sinprod.image4 %}
{% else %}
{% endif %}

{{sinprod.title}}

{{sinprod.creationdate}}

{{sinprod.description}}

Dimension: {{sinprod.dimension}}

Orientation: {{sinprod.orientation}}

Size: {{sinprod.size}}

Selling Price: $ {{sinprod.sellingprice}}

Enquiry
{% endblock %}