{% extends "merchant_base.html" %} {% load static %} {% load crispy_forms_tags %} {% load widget_tweaks %} {% block title %}
| SL | Name | Base Unit | Action | {% comment %}Action | {% endcomment %}|
|---|---|---|---|---|---|
| 1 | {{accessory}} |
{% if not accessory.unit_type.base_unit %}
Must ADD Base Unit {% else %} {{ accessory.unit_type.base_unit }} {% endif %} |
|||
| No Data Found | |||||
| SL | Type | From | TO | Coefficient | Action | {% comment %}Action | {% endcomment %}
|---|---|---|---|---|---|---|
| {{forloop.counter}} | {{conversion.type}} | {{conversion.from_unit}} | {{conversion.to_unit}} | {{conversion.co_efficient_multiply_factor}} | ||
| No Data Found | ||||||