{% extends "multitenancy/admin/base.html" %} {% block page_title %}Manage Product Types{% endblock page_title %} {%block breadcrumbs%} {% endblock%} {% block main_content %}

Product Types Details

{%if object_list %} {% for type in object_list%} {% if type.schema_name != "public" %} {% endif %} {% endfor %} {%else%} {%endif%}
ID Name Action
{{type.id}} {{type.name}} Edit Delete There are no records to display
{% endblock main_content %} {%block custom_js%} {%endblock%}