<%= 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"), label: t(".voting_type_label") },
{ multiple: false } %>
<%= scopes_picker_field form, :scope_id, root: nil %>
<%= form.text_field :slug, label: t(".slug") %>
<%== t(".slug_help", url: decidim_form_slug_url(:votings, form.object.slug)) %>
<%= form.check_box :promoted, label: t(".promoted") %>
<%= form.upload :banner_image, label: t(".banner_image") %>
<%= form.upload :introductory_image, label: t(".introductory_image") %>