<%= t("curation.title") %> <% @site_in_use_locales.each_with_index do |locale, i| %> <%= locale %>"> <%= f.fields_for :title_translations do |f| %> <%= f.text_field locale, :class => "input-large", placeholder: t("curation.title"), :value => (form_section_post.title_translations[locale] rescue nil) %> <% end %> <% end %> <%= t("curation.section_type") %> <%= f.select :section_type, CurationPost::SECTION_TYPES.map { |type| [t("curation.#{type}"), type] }, { include_blank: t("curation.please_select") }, class: 'form-control' %> <% if defined? UniversalTable %> <% end %> <% if form_section_post.new_record? %> <% else %> <%= f.hidden_field :id %> <%= f.hidden_field :_destroy, :value => nil, :class => 'should_destroy' %> <% end %>