<%= form_for(@form) do |f| %>
<%= f.text_field :name, autofocus: true %>
<%= f.text_field :host %>
<%= f.submit t("decidim.system.actions.save") %>
<% end %>