%= form_tag({action: 'update_custom_title',method: 'post'}, {class: "form-horizontal main-forms previewable"}) do %>
<% Admin::RecruitmentHelper::FormHelper.set_input_name("recruitment_custom_title") %>
<% @recruitment_custom_titles.each_with_index do |v,i| %>
<%= label_tag :title , v.default_title, :class=>"control-label muted" %>
<%= hidden_field_tag "recruitment_custom_title[#{i}][id]", v.id %>
<%= Admin::RecruitmentHelper::FormHelper.multiple_lang_tag(i,'text_field','title_translations',v.title_translations,{placeholder: v.default_title}) %>
<% end %>