<%= cell("decidim/amendable/wizard_step_form", amendable, view: :wizard_aside ) %>
<%= cell("decidim/amendable/wizard_step_form", amendable, view: :wizard_header ) %>
<%= decidim_form_for(@form, url: update_draft_amend_path(amendment), method: :patch) do |form| %> <%= render partial: "edit_form_fields", locals: { form: form, original: :emendation } %> <% if current_organization.user_groups_enabled? && current_user.user_groups.verified.any? %>
<%= user_group_select_field form, :user_group_id %>
<% end %>
<%= link_to t(".discard"), destroy_draft_amend_path(amendment), method: :delete, data: { confirm: t(".discard_confirmation") } %> <%= form.submit t(".send"), class: "button button--nomargin small", data: { disable: true } %>
<% end %>