<% if empty? %>
It's lonely inside here...
<% else %>
<% c = 0 %>
<% @group.operand_collection.each do |operand| %>
<%= cell('criteria_operator/ui_component/criteria_editor', operand).(:choose_template, locator: c) %>
<% c += 1 %>
<% end %>
<% end %>