{% extends 'stela_control/inventory/index.html' %} {% load static %} {% load i18n %} {% load crispy_forms_tags %} {% block title %}
Id | {% trans "Parent" %} | {% trans "Title" %} | {% trans "Status" %} | {% trans "Stock" %} | {% trans "Image" %} | {% trans "Price" %} | {% trans "View" %} | |||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
{{raw.id}} | {{raw.product.title}} | {{raw.title}} | {% if item.status == 'Active' %}{% trans "Active" %} | {% else %}{% trans "Inactive" %} | {% endif %} {% if raw.quantity == 0 %}{% trans "No Stock" %} | {% elif raw.quantity < 5 %}{{raw.quantity}} {% trans "Low Stock" %} | {% else %}{{raw.quantity}} | {% endif %} {% if raw.image %}{{raw.image_tag}} | {% else %}{{raw.product.image_tag}} | {% endif %}${{raw.price}} |
Id | {% trans "Size" %} | {% trans "View" %} | |
---|---|---|---|
{{item.id}} | {{item.size}} |
Id | {% trans "Variant" %} | {% trans "Catalogue" %} | {% trans "View" %} | |
---|---|---|---|---|
{{get.id}} | {{get.product.title}} | {{get.title}} |
{% trans "Type" %} | {% trans "Title" %} | {% trans "View" %} | |
---|---|---|---|
{{item.type}} | {{item.title}} |
{% trans "ID" %} | {% trans "Color Name" %} | {% trans "Code" %} N° | {% trans "Preset" %} | {% trans "View" %} | |||
---|---|---|---|---|---|---|---|
{{item.id}} | {{item.name}} | {{item.code}} | {% if item.code1 and item.code2 and item.code3 %}{% elif item.code1 and item.code2 %} | {% else %} | {% endif %} |