<% import.dry_run.each do |key, count| %>
<% resource = dry_run_resource(key) %>
<%= tag.div class: class_names(resource.bg_class, resource.text_class, "w-8 h-8 rounded-full flex justify-center items-center") do %>
<%= icon resource.icon, color: "current" %>
<% end %>
<%= resource.label %>
<%= count %>
<% if key != import.dry_run.keys.last %>
<%= render "shared/ruler" %>
<% end %>
<% end %>