• {% if is_group=="false" %} edit close {% endif %} {{f_label}}:
    {% for condition in condition_rows %} - {{field_labels[condition.field]|trans}} {{condition.condition|trans}} {% if condition.condition != "is_empty" and condition.condition != "not_empty" %}{% if condition.field == "assigned_user_id" and crm_users_ids[condition.value] is defined %}{{crm_users_ids[condition.value].user_name}}{% else %}{% if field_labels[condition.value] is defined %}{{field_labels[condition.value]|trans}}{% else %}{% if condition.value_label is defined %}{{condition.value_label|trans}}{% else %}{{condition.value|trans}}{% endif %}{% endif %}{% endif %}{% endif %}
    {% endfor %}

    {% for condition in condition_rows %}
    {% endfor %}

    {% if is_group=="false" %} Cancel Save {% endif %}