<% if @booths.blank? %>
<%= t("admin.shared.no_search_results") %>
<% else %>

<%= t("admin.shared.search_results") %>

<% end %> <% if @booths.any? %> <% @booths.each do |booth| %> <% end %>
<%= t("admin.poll_booth_assignments.index.table_name") %> <%= t("admin.poll_booth_assignments.index.table_location") %>
<%= booth.name %> <%= booth.location %>
<% end %>