{# SPDX-License-Identifier: Apache-2.0 #} {# Copyright (C) 2025 Marcin Zieba #} {% extends 'base/layout.html' %} {% block title %}Import Progress{% endblock %} {% block content %}
Import Progress
{% include 'netbox_data_import/_import_progress.html' %}
{% endblock %}