%= render "layouts/shared/htmldoc" do %>
<%= render DS::Link.new(
variant: "icon",
icon: "arrow-left",
href: content_for(:previous_path) || imports_path
) %>
<%= render DS::Link.new(
variant: "icon",
icon: "x",
href: imports_path
) %>
<%= yield :mobile_import_progress %>
<%= yield %>
<% end %>