<% values.each_with_index do |value, i| %>

<%= custom_field_tag_with_label value %>

<% if i >= values.size / 2 - 1 %>
<% end %> <% end %>