<%== pagy_info(@pagy_failed, 'failed documents'.pluralize(@pagy_failed.count)) %> <%== pagy_bootstrap_nav(@pagy_failed) %>
<% @import_failed_documents.each_with_index do |doc, index| %> <% end %>
State Title Identifier Reason
<%= doc.state_machine.current_state %> <%= doc.title %> <%= doc.friendlier_id %> <%= link_to import_import_document_path(@import, doc) do %> <%= doc.state_machine&.last_transition&.metadata %> <% end %>