Utility Master

Operators Grouping List
{% if 'add' in session.get('operatorgroupingPermissions', []) %} {% endif %}
{% if error %}

{{ error }}

{% endif %}
{% for each_operator_grouping in operatorGroupingList %} {% if 'edit' in session.get('operatorgroupingPermissions', []) %} {% endif %} {% if 'edit' in session.get('operatorgroupingPermissions', []) %} {% endif %} {% endfor %} {% with messages = get_flashed_messages() %} {% if messages %}
    {% for message in messages %}

    {{ message }}

    {% endfor %}
{% endif %} {% endwith %}
S.No Group Name Operator Name Parameter Name Value Status Action
{{each_operator_grouping.snoCount}} {{each_operator_grouping.groupName}} {{each_operator_grouping.operatorName}} {{each_operator_grouping.parameterName}} {{each_operator_grouping.value}} {% if each_operator_grouping.actionText == "Active" %} {{ each_operator_grouping.actionText }} {% else %} {{ each_operator_grouping.actionText }} {% endif %}