<%= t('csv_import_magic.views.importers.show.title', model_translated: t("activemodel.models.#{@importer.source}.other")) %>

<% if @importer.status == 'pending' %> <%= t('csv_import_magic.views.importers.show.waiting') %> <% else %> <%= @importer.message %> <% end %>
<% if @importer.status == 'pending' %> <% end %> <% if @importer.attachment_error.present? %> <%= link_to t('csv_import_magic.views.importers.show.buttons.error_file'), @importer.attachment_error.url, class: 'button button--secondary' %> <% end %> <%= link_to t('csv_import_magic.views.importers.show.buttons.back'), '/', class: 'button button--primary' %>