Sub parameter Grouping List
{% if 'add' in session.get('subparametergroupingPermissions', []) %}
{% endif %}
{{ error }}
{% endif %}
S.No | Group Name | Sub Parameter Name | Operator Name | Value | {% if 'edit' in session.get('subparametergroupingPermissions', []) %}Status | {% endif %}Action | ||||
---|---|---|---|---|---|---|---|---|---|---|
{{snoCount + loop.index}} | {% if each_sub_parameter_grouping.groupName %}{{each_sub_parameter_grouping.groupName}} | {% else %}- | {% endif %} {% if each_sub_parameter_grouping.subParameterId.parameterName %}{{each_sub_parameter_grouping.subParameterId.parameterName}} | {% else %}- | {% endif %} {% if each_sub_parameter_grouping.operatorId.operatorName %}{{each_sub_parameter_grouping.operatorId.operatorName}} | {% else %}- | {% endif %} {% if each_sub_parameter_grouping.value %}{{each_sub_parameter_grouping.value}} | {% else %}- | {% endif %} {% if 'edit' in session.get('subparametergroupingPermissions', []) %}{% if each_sub_parameter_grouping.status == 1 %} Active {% else %} Inactive {% endif %} | {% endif %}{% if 'edit' in session.get('subparametergroupingPermissions', []) %} {% endif %} {% if 'delete' in session.get('subparametergroupingPermissions', []) %} {% endif %} | {% endfor %} {% else %}
No Data Found |