<%= render layout: "/layouts/#{Rails.application.config.apidae_layout}" do |styles| %>
<%= link_to 'Importer un objet', apidae.new_object_path(selection_apidae_id: @selection ? @selection.apidae_id : nil), class: styles[:objects] %> <%= link_to 'Retour', @selection ? apidae.selections_path : root_path, class: styles[:back] %>

Apidae - <%= @selection ? "Sélection \"#{@selection.label}\"" : "Tous les objets touristiques" %>

<% @objects.each do |object| %> <% end %> <% if @objects.empty? %> <% end %>
Titre Identifiant Type Mise à jour
<%= object.title %> <%= object.apidae_id %> <%= object.apidae_type %> <%= object.updated_at.strftime('Le %d/%m/%Y à %H:%M') if object.updated_at %> <%= link_to 'Rafraîchir', apidae.refresh_object_path(object), method: :post, data: {confirm: 'Voulez-vous vraiment rafraîchir cet objet ? Les données existantes seront écrasées.'} %>
Aucun objet importé pour le moment.
<% end %>