<% add_decidim_page_title(t(".title")) %>

<%= t(".title") %>

<%= decidim_form_for([current_voting, @form], url: voting_polling_officers_path, html: { class: "form-defaults form new_polling_officer" }) do |f| %> <%= render partial: "form", object: f %>
<%= f.submit t(".create"), class: "button button__sm button__secondary" %>
<% end %>