%= back_link_to booth_assignments_admin_polls_path %>
<%= t("admin.booth_assignments.manage.assignments_list", poll: @poll.name) %>
<% if @booths.empty? %>
<%= t("admin.booths.index.no_booths") %>
<% else %>
| <%= t("admin.booths.index.name") %> |
<%= t("admin.booths.index.location") %> |
<%= t("admin.booth_assignments.manage.status.assign_status") %> |
<%= t("admin.actions.actions") %> |
<% @booths.each do |booth| %>
<%= render "booth_assignment", booth: booth, booth_assignment: booth.assignment_on_poll(@poll) %>
<% end %>
<%= paginate @booths %>
<% end %>