<%= title %>

<%= form.translated :text_field, :title, autofocus: true %>
<%= form.translated :editor, :description %>
<%= form.text_field :address %>
<%= form.translated :text_area, :location %>
<%= form.translated :text_area, :location_hints %>
<%= form.datetime_field :start_time %>
<%= form.datetime_field :end_time %>
<% if !@form.process_scope %>
<%= form.collection_select :decidim_scope_id, organization_scopes, :id, :name %>
<% end %>
<%= form.categories_select :decidim_category_id, current_participatory_process.categories, prompt: "", disable_parents: false %>