<%# locals: (import:) %>

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

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

item

count

<% import.dry_run.each do |key, count| %> <% resource = dry_run_resource(key) %>
<%= lucide_icon resource.icon, class: "#{resource.text_class} w-5 h-5 shrink-0" %>

<%= resource.label %>

<%= count %>

<% if key != import.dry_run.keys.last %>
<% end %> <% end %>
<%= button_to "Publish import", publish_import_path(import), class: "btn btn--primary w-full" %>