<%= I18n.t('titles') %>
<%= "#{@current_params[:titles].count} / " unless @current_params[:titles].blank? %> <%= @titles.count %> <%= " #{I18n.t("titles").downcase}"%>
<%= form_tag({controller: "/home", action: "index"}, method: "get", id: "pw_title_form") do -%>
<%= I18n.t('toggle_check_all')%>
<% @titles.each do |t| %> <%= check_box_tag( "titles[#{t.id}]", 1, @current_params[:titles][t.id.to_s])%> <%= label_tag("titles[#{t.id}]", t.name) %> <% end %>
<% end %>