<%= title %>

<%= form.translated :text_field, :title, autofocus: true %>
<%= form.translated :editor, :description %>
<%= form.number_field :budget %>
<% if !current_participatory_process.scope %>
<%= form.collection_select :decidim_scope_id, organization_scopes, :id, :name %>
<% end %>
<%= form.categories_select :decidim_category_id, current_participatory_process.categories, include_blank: true, disable_parents: false %>
<% if @form.proposals %> <%= form.select :proposal_ids, @form.proposals, {}, { multiple: true, class: "chosen-select" } %> <% end %>