• {% if is_group=="false" %} edit close {% endif %} {{f_label}}:
    {% for condition in condition_rows %} - {{field_labels[condition.field]|trans}}: {% 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 %}
    {% endfor %}

    {% if condition_rows is defined %} {% for condition in condition_rows %}
    {% endfor %} {% endif %}
    {% if is_group=="false" %}
    Cancel Save {% endif %}