<% @widget_fields.count.times do |i| %> <% end %>
<%= t "default_widget.fields_order" %> <%= t "default_widget.fields_style" %>
<%= select_tag "page[frontend_field][][field_name]", options_for_select(@widget_fields, (@item.frontend_field_name[i] if @item)), include_blank: true, class: "input-small widget_field" %> <%= select_tag "page[frontend_field][][class]", options_for_select(@class_options, (@item.frontend_class[i] if @item)), include_blank: true, class: "input-small" %>