% if @officer_assignments.any? %>
<%= t("officing.poll_budgets.new.title", poll_budget: @poll.name) %>
<%= form_tag(officing_poll_ballot_sheets_path(@poll)) do %>
<%= select_tag :officer_assignment_id,
booths_for_officer_select_options(@officer_assignments),
{ prompt: t("officing.poll_budgets.new.select_booth"), label: false } %>
<%= text_area_tag :data, nil, rows: 10 %>
<%= submit_tag t("officing.poll_budgets.new.submit"), class: "button" %>
<% end %>
<% end %>