%= form_for '', url: template_submissions_path(template), html: { class: 'space-y-4', autocomplete: 'off' }, data: { turbo_frame: :_top } do |f| %> <%= svg_icon('trash', class: 'w-4 h-4') %> <% template.submitters.each do |item| %> <% if template.submitters.size > 1 %> <%= item['name'] %> <% end %> <% end %> <%= svg_icon('user_plus', class: 'w-4 h-4 stroke-2') %> Add Recipient