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

Accessory Base Type Index

{% if unit_type %} {% for item in unit_type %} {% if item.base_unit %} {% else %} {% endif %} {% endfor %} {% else %} {% endif %}
SL Type Base Unit Action
{{forloop.counter}} {{ item.type }}{{ item.base_unit }}{{ item.base_unit }}
No Data Is Found
{% endblock MainContent %} {% block meassage %} {% include 'notifications/notifications.html' %} {% endblock meassage %} {% block JS %} {% endblock JS %}