{% extends 'root/base.html' %} {% load static %} {% block title %} Products and Services (Shop) {% endblock %} {% block maincontent %} {% load custom_template_tags %}
|
{{ i.short_desc }}
{{i.supplier_desc}}
Lead Time: {{i.lead_time}} days
{{i.currency_id }} {{ i.price }} {{i.unit_desc }}
{% if i.eform_id %}
info Product/Service Contains Variant
{% endif %}
Quantity
|
{{ i.description }}
Free text item by - {{i.supplier_id}}
Product Category - {{i.prod_cat_id}}
{% for x in suppliers_name %}
{% if x.supplier_id == i.supplier_id %}
{{ x.name1 }}
{% endif %}
{% endfor %}
Lead Time: {{i.lead_time}} days
|