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

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

<% @officers.each do |user| %> <% end %>
<%= t("admin.poll_shifts.new.table_name") %> <%= t("admin.poll_shifts.new.table_email") %> <%= t("admin.poll_shifts.new.table_shift") %>
<%= user.name %> <%= user.email %> <%= link_to t("admin.poll_shifts.new.edit_shifts"), new_admin_booth_shift_path(officer_id: user.poll_officer.id), class: "button hollow" %>
<% end %>