{% extends "merchant_base.html" %} {% load static %} {% load crispy_forms_tags %} {% load widget_tweaks %} {% block title %}Global Accessory Update{% endblock title %} {% block Style %} {% endblock Style %} {% block MainContent %}
{% if messages %} {% for message in messages %} {% endfor %} {% endif %}

Accesory Details

{% comment %} {% endcomment %} {% if accessory %} {% else %} {% endif %}
SL Name Base Unit ActionAction
1 {{accessory}} {% if not accessory.unit_type.base_unit %}

Must ADD Base Unit

{% else %} {{ accessory.unit_type.base_unit }} {% endif %}
  • {% comment %}
  • {% endcomment %}
No Data Found

Unit Conversions

{% comment %} {% endcomment %} {% if accessory_unit_conversion %} {% for conversion in accessory_unit_conversion %} {% endfor %} {% else %} {% endif %}
SL Type From TO Coefficient ActionAction
{{forloop.counter}} {{conversion.type}} {{conversion.from_unit}} {{conversion.to_unit}} {{conversion.co_efficient_multiply_factor}}
No Data Found
{% endblock MainContent %} {% block meassage %} {% include 'notifications/notifications.html' %} {% endblock meassage %} {% block JS %} {% endblock JS %}