<%= t(".greeting", name: @user.name) %>
<%= t(".result", rows_count: @import_summary[:imported_rows], total_rows_count: @import_summary[:total_rows]).html_safe %>
<% if @import_summary[:skipped_rows].present? %><%= t(".skipped_rows", skipped_rows: @import_summary[:skipped_rows].count).html_safe %>
<% end %> <% if @import_summary[:error_rows].present? %><%= t(".errors_title", errors_count: @import_summary[:error_rows].size).html_safe %>
<% end %> <% if @import_summary[:error_rows].present? || @import_summary[:skipped_rows].present? %> <%= t(".instructions").html_safe %> <% end %>