Services List
{% if 'add' in session.get('servicesPermissions', []) %}
{% endif %}
{{ error }}
{% endif %}
| S.No | Service Name | Is TPIN | Category Name | Sorting | Display In Dashboard | Coming Soon | Image | Status | Action | |
|---|---|---|---|---|---|---|---|---|---|---|
| {{each_category.snoCount}} | {{each_category.categoryName}} | {% if each_category.isTpin == True %} ✔ {% else %} ✗ {% endif %} | {{each_category.serviceGroupingName}} | {{each_category.sorting}} | {{each_category.displayInDashboard}} | {{each_category.comingsoon}} | {%if each_category.image %}![]() |
{% endif %}
{% if 'edit' in session.get('servicesPermissions', []) %}
{% if each_category.actionText == "Active" %} {{ each_category.actionText }} {% else %} {{ each_category.actionText }} {% endif %} | {% endif %}{% if 'edit' in session.get('servicesPermissions', []) %} {% endif %} {% if 'delete' in session.get('servicesPermissions', []) %} {% endif %} |
 }})