<%= form.translated :text_field, :title, autofocus: true, aria: { label: :title } %>
<%= form.translated :editor, :description, aria: { label: :description } %>
<%= form.datetime_field :start_date %>
<%= form.datetime_field :end_date %>
<%= form.text_field :cta_path, help_text: t(".cta_path_help_html", url: decidim_form_slug_url("processes/" + current_participatory_process.slug, form.object.cta_path)) %>
<%= form.translated :text_field, :cta_text, help_text: t(".cta_text_help") %>