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 | {% if 'edit' in session.get('servicesPermissions', []) %}Status | {% endif %} {% if 'edit' in session.get('servicesPermissions', []) %}Action | {% elif 'delete' in session.get('servicesPermissions', []) %}Action | {% endif %}||
---|---|---|---|---|---|---|---|---|---|---|---|---|
{{snoCount+loop.index}} | {% if each_category.categoryName %}{{each_category.categoryName}} | {% else %}- | {% endif %}{% if each_category.isTpin == True %} ✔ {% else %} ✗ {% endif %} | {% if each_category.serviceGroupingId.name %}{{each_category.serviceGroupingId.name}} | {% else %}- | {% endif %}{{each_category.sorting}} | {{each_category.displayInDashboard}} | {{each_category.comingsoon}} | {%if each_category.image %}![]() |
{% endif %}
{% if 'edit' in session.get('servicesPermissions', []) %}
{% if each_category.status == 1 %} Active {% else %} Deactivate {% endif %} | {% endif %}{% if 'edit' in session.get('servicesPermissions', []) %} {% endif %} {% if 'delete' in session.get('servicesPermissions', []) %} {% endif %} | |
No Data Found |