<%= form.translated :text_field, :title, autofocus: true %>
<%= form.translated :editor, :short_description %>
<%= form.translated :editor, :description %>
<%= form.number_field :budget %>
<%= form.collection_select :decidim_scope_id, current_organization.scopes, :id, :name, include_blank: true %>
<%= 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 %>