<%= title %>

<%= form.translated :text_field, :title, autofocus: true, class: "js-hashtags", hashtaggable: true %>
<%= form.translated :editor, :description, hashtaggable: true %>
<%= form.translated :editor, :instructions %>
<%= form.translated :editor, :information_updates %>
<%= label_tag :debate_type, t(".debate_type") %> <%= form.collection_radio_buttons(:finite, [[t(".finite"), true], [t(".open"), false]], :last, :first) %>
<%= form.datetime_field :start_time %>
<%= form.datetime_field :end_time %>
<% if current_component.has_subscopes? %>
<%= scopes_picker_field form, :scope_id, root: current_component.scope %>
<% end %>
<%= form.categories_select :decidim_category_id, current_participatory_space.categories, include_blank: "", disable_parents: false %>
<%= javascript_include_tag "decidim/debates/admin/debates" %>