<%= t ".title" %>

<%= decidim_form_for(@form, url: user_groups_csv_verification_path, html: { class: "form" }) do |form| %>

<%= t(".explanation") %>

<%= form.upload :file, optional: false %>
<%= form.submit t(".upload") %>
<% end %>