<% cont=0; %> <% @groups.each do |group| %> <% if (cont%2) == 0 %> <% cont+=1; %>
<% end %>
<%= render group %>
<% if ((cont%2) == 0) %>
<% end %> <% end %> <% if ((cont%2) != 0) %>
<% end %>
<%= paginate @groups %>