% content_for :title, 'Imports' %>
Here you'll find your imports, but now there are none. Let's <%= link_to 'create one', new_import_path, class: 'link' %>!
| Name | File size | Imported points | <% if DawarichSettings.store_geodata? %>Reverse geocoded points | <% end %>Created at |
|---|---|---|---|---|
| <%= link_to import.name, import, class: 'underline hover:no-underline' %> (<%= import.source %>) <%= link_to 'πΊοΈ', map_path(import_id: import.id) %> <%= link_to 'π', points_path(import_id: import.id) %> | <%= number_to_human_size(import.file.byte_size) || 'N/A' %> | <%= number_with_delimiter import.processed %> | <% if DawarichSettings.store_geodata? %><%= number_with_delimiter import.reverse_geocoded_points_count %> | <% end %><%= human_datetime(import.created_at) %> |