<%= form_with(model: metadata_mapping) do |form| %> <% if metadata_mapping.errors.any? %>

<%= pluralize(metadata_mapping.errors.count, "error") %> prohibited this metadata_mapping from being saved:

<% end %>
<%= form.label :input %> <%= form.text_field :input %>
<%= form.label :server %> <%= form.text_field :server %>
<%= form.label :organisation %> <%= form.text_field :organisation %>
<%= form.submit %>
<% end %>