{# SPDX-License-Identifier: Apache-2.0 #} {# Copyright (C) 2025 Marcin Zieba #} {% extends 'base/layout.html' %} {% load form_helpers %} {% block title %}Run Import{% endblock %} {% block content %}
Run Import — Step 1 of 3: Setup
{% if resume_job %}
An import is in progress or awaiting review. Resume import
{% endif %} {% if resume_preview %}
Your uploaded import preview is still available. Resume preview
{% endif %}

Select an import profile, upload your Excel file, and choose the target site. You will see a full preview before anything is written to NetBox.

{% csrf_token %} {% render_form form %}
Reading workbook and generating preview. This can take a few minutes.
{% endblock %}