<%= render layout: "/layouts/#{Rails.application.config.apidae_layout}" do |styles| %>
<%= link_to 'Retour', @selection ? 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 %>
Aucun objet importé pour le moment.
<% end %>