{# 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

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 %}
{% endblock %}