{# SPDX-License-Identifier: Apache-2.0 #} {# Copyright (C) 2025 Marcin Zieba #}
Import Data
{% if ip_status %}
IP Fields (from import)
{% for field, info in ip_status.items %} {% endfor %}
Field Value Status
{{ info.label }} {{ info.value }} {% if info.in_netbox %} ✓ In NetBox {% else %} ? Not assigned {% endif %}
{% csrf_token %}
{% endif %} {% if extra_columns %}
{% for key, value in extra_columns.items %} {% endfor %}
Source Column Value
{{ key }} {{ value }}
{% endif %}

{% if import_data.source_id %} {% endif %} {% if import_data.profile_name %} {% endif %}
Source ID {{ import_data.source_id }}
Profile {{ import_data.profile_name }}