<%= back_link_to available_admin_booths_path %>

<%= @booth.name %>

<% if @officer.blank? %>

<%= t("admin.poll_shifts.new.search_officer_text") %>

<%= render "search_officers" %> <% else %> <%= render "form" %> <% end %>
<% if @shifts.empty? %>
<%= t("admin.poll_shifts.new.no_shifts") %>
<% else %> <%= render "shifts" %> <% end %>