<%= form.select :decidim_consultation_id, consultations_for_select %>
<%= form.number_field :max_grants, min: 1, autofocus: true %>
<%= form.select :authorization_method, [:both, :phone, :email].map { |op| [t(op, scope: "decidim.action_delegator.admin.settings.authorization_method"), op] } %>
<%= t("authorization_method_help", scope: "decidim.action_delegator.admin.settings").html_safe %>
<%= form.collection_select :copy_from_setting_id, settings_select_options, :first, :last, { include_blank: true, label: t("copy_setting", scope: "decidim.action_delegator.admin.settings").html_safe } %>