<%= link_to polling_officers_path, class: "small hollow" do %> <%= icon "chevron-left", class: "icon--small", role: "presentation", "aria-hidden": true %> <%= t("back_to_polling_stations", scope: "decidim.votings.polling_officer_zone.closures") %> <% end %>
<%= content_tag :h2, t(".heading") %>

<%= content_tag :strong, t(".polling_station") %>
<%= present(polling_officer.polling_station).title %>
<%= present(polling_officer.polling_station).address %>

<%= content_tag :strong, t(".election") %> <%= present(election).title %>

<%= content_tag :strong, t(".info_text") %>

<%= decidim_form_for(@form, url: polling_officer_election_closure_path(polling_officer, election), html: { class: "form new_closure" }) do |form| %> <%= form.hidden_field :election_id %> <%= form.hidden_field :polling_station_id %> <%= form.hidden_field :election_votes_count %> <%= content_tag :div, form.number_field( :total_ballots_count, label: t(".total_ballots_count"), min: 0 ) %> <%= form.submit t(".submit"), id: "submit-verify-votes", class: "button button--sc expanded mt-sm mb-none" %> <%= render "modal_ballots_count_error", form: form %> <% end %>
<%= javascript_pack_tag "decidim_votings_voting_polling_officer_zone_new_closure" %>