{%- for element in property[operator] -%}
{%- set tab_id = current_id ~ "__option" ~ loop.index -%}
{%- set current_path = current_path ~ "/" ~ loop.index0 -%}
{{ content(tab_id, tab_label ~ " " ~ loop.index, element, property_path, current_path, True) }}
{%- endfor -%}