<% i = 1 %> <% for @custom_value in values %>

<%= custom_field_tag_with_label @custom_value %>

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