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

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

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