Sub Services List
{% if 'add' in session.get('subservicesPermissions', []) %}
{% endif %}
{{ error }}
{% endif %}
S.No | Sub Service Name | Service Name | Service Type | Category Name | Code | Is Service | Is bbps | Is Operator Wise | File | Sorting | Display In Dashboard | {% if 'edit' in session.get('subservicesPermissions', []) %}Status | {% endif %} {% if 'edit' in session.get('subservicesPermissions', []) %}Actions | {% elif 'delete' in session.get('subservicesPermissions', []) %}Actions | {% endif %}|||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{snoCount + loop.index}} | {% if each_service.serviceName %}{{each_service.serviceName}} | {% else %}- | {% endif %} {% if each_service.categoryId %} {% if each_service.categoryId.categoryName %}{{each_service.categoryId.categoryName}} | {% else %}{{ each_service.categoryId.categoryName | join(",") }} | {% endif %} {% else %}- | {% endif %} {% if each_service.serviceType %}{{each_service.serviceType}} | {% else %}- | {% endif %} {% if each_service.serviceGroupingIdsList %}{{ each_service.serviceGroupingIdsList | map(attribute='name') | join(', ') }} | {% else %}- | {% endif %} {% if each_service.code %}{{each_service.code}} | {% else %}- | {% endif %}{% if each_service.isService == True %} ✓ {% else %} ✗ {% endif %} | {% if each_service.isbbps == True %} ✓ {% else %} ✗ {% endif %} | {% if each_service.isOperatorWise == True %} ✓ {% else %} ✗ {% endif %} |
{% if each_service.file %}
![]() |
{{each_service.sorting}} | {{each_service.displayInDashboard}} | {% if 'edit' in session.get('subservicesPermissions', []) %}{% if each_service.status == 1 %} Active {% else %} Inactive {% endif %} | {% endif %}{% if 'edit' in session.get('subservicesPermissions', []) %} {% endif %} {% if 'delete' in session.get('subservicesPermissions', []) %} {% endif %} | {% endfor %}