Utility Master

Sub parameter Grouping List
{% if 'add' in session.get('subparametergroupingPermissions', []) %} {% endif %}
{% if error %}

{{ error }}

{% endif %}
{% for error in form.search_element.errors %} {{ error }} {% endfor %}
{% if 'edit' in session.get('subparametergroupingPermissions', []) %} {% endif %} {% if subParameterGroupingsList %} {% for each_sub_parameter_grouping in subParameterGroupingsList %} {% if each_sub_parameter_grouping.groupName %} {% else %} {% endif %} {% if each_sub_parameter_grouping.subParameterId.parameterName %} {% else %} {% endif %} {% if each_sub_parameter_grouping.operatorId.operatorName %} {% else %} {% endif %} {% if each_sub_parameter_grouping.value %} {% else %} {% endif %} {% if 'edit' in session.get('subparametergroupingPermissions', []) %} {% endif %} {% endfor %} {% else %} {% endif %} {% with messages = get_flashed_messages() %} {% if messages %}
    {% for message in messages %}

    {{ message }}

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