{% extends "merchant_base.html" %} {% load static %} {% load crispy_forms_tags %} {% block title %} Global Unit {% endblock title %} {% block Style %} {% endblock Style %} {% block MainContent %} {% if messages %} {% for message in messages %} {% endfor %} {% endif %} {% if request.user.is_superuser == True %}

Global Unit

{% if global_unit%}
{% for unit in global_unit %} {% endfor %}
SL No Name Unit Category Action
{{forloop.counter}} {{ unit.name }} {{ unit.unit_category }}
{% else %}
SL No Name Unit Category Action
No Data Found
{% endif %}
{% endif %} {% endblock MainContent %} {% block meassage %} {% include 'notifications/notifications.html' %} {% endblock meassage %} {% block JS %} {% endblock JS %}