<%= javascript_include_tag "decidim/slug_form" %>

<%= t(".title") %>

<%= form.translated :text_field, :title, autofocus: true %>
<%= form.translated :editor, :description, toolbar: :full, lines: 25 %>
<%= form.datetime_field :start_time %>
<%= form.datetime_field :end_time %>
<%= form.select :voting_type, @form.options_for_voting_type_select, { include_blank: t(".select_a_voting_type") }, { multiple: false } %>
<%= scopes_picker_field form, :scope_id, root: nil %>
<%= form.text_field :slug %>

<%== t(".slug_help", url: decidim_form_slug_url(:votings, form.object.slug)) %>

<%= form.check_box :promoted %>
<%= form.upload :banner_image %>
<%= form.upload :introductory_image %>