{{error}}
{% endif %}
{% if redirectval == "TicketCategory"%}
{% else %}
{% endif %}
{% if redirectval == "TicketSubCategory"%}
S.No | Category Name | User Type | Icon | Priority | Status | Edit | Delete | |
---|---|---|---|---|---|---|---|---|
{{loop.index}} | {{each_ticket_category.name}} | {{each_ticket_category.userTypeName}} | {% if each_ticket_category.icon %}![]() |
{% endif %}
{{each_ticket_category.priority}} | {{each_ticket_category.actionText}} | | {% endfor %}
{% else %}
{% endif %}
{% if redirectval == "ChildCategory"%}
S.No | Sub Category Name | Category | Icon | Priority | Status | Edit | Delete | |
---|---|---|---|---|---|---|---|---|
{{loop.index}} | {{each_sub_category.name}} | {{each_sub_category.categoryName}} | {% if each_sub_category.icon %}![]() |
{% endif %}
{{each_sub_category.priority}} | {{each_sub_category.actionText}} | | {% endfor %}
{% else %}
{% endif %}
{% if redirectval == "KnowledgeMaster"%}
S.No | Child Category Name | Sub Category | Icon | Priority | Status | Edit | Delete | |
---|---|---|---|---|---|---|---|---|
{{loop.index}} | {{each_child_category.name}} | {{each_child_category.subCategoryName}} | {% if each_child_category.icon %}![]() |
{% endif %}
{{each_child_category.priority}} | {{each_child_category.actionText}} | | {% endfor %}
{% else %}
{% endif %}
S.No | Knowledge Master Name | Child Category | Description | File | Status | Edit | Delete | |
---|---|---|---|---|---|---|---|---|
{{loop.index}} | {{each_knowledge_master.name}} | {{each_knowledge_master.childCategoryName}} | {{each_knowledge_master.description}} | {% if each_knowledge_master.image %}![]() |
{% endif %}
{{each_knowledge_master.actionText}} | | {% endfor %}