Merchant Sub Categories List
{% if 'add' in session.get('merchantSubCategoriesPermissions', []) %}
{% endif %}
{{ error }}
{% endif %}
| S.No | Category Name | Category Code | Sub Category Name | Status | Action |
|---|---|---|---|---|---|
| {{loop.index}} | {{each_sub_merchant_category.categoryName}} | {{each_sub_merchant_category.categoryCode}} | {{each_sub_merchant_category.name}} | {% if 'edit' in session.get('merchantSubCategoriesPermissions', []) %}{% if each_sub_merchant_category.actionText == "Active" %} {{ each_sub_merchant_category.actionText }} {% else %} {{ each_sub_merchant_category.actionText }} {% endif %} | {% endif %} {% if 'edit' in session.get('merchantSubCategoriesPermissions', []) %}{% endif %} |