{% extends 'generic/_base.html' %} {% load i18n static %} {% block title %}IP Analysis{% endblock %} {% block content %} {% include "netbox_nsm/inc/addr_analysis_assets.html" %} {{ ip_api_types|json_script:"nsm-ip-api-types" }}
IP Analysis {% trans "Add one or more objects per column to compare IP resolution" %}
{# ══ LINKE SPALTE ══ #}
{% for sel in ip2_selections %} {% endfor %}
{% for sel in ip_selections %} {% endfor %}
{% if ip_selections %} {% endif %}
{% if ip_addr_columns %} {% include "netbox_nsm/inc/ipa_object_analysis_table.html" with columns=ip_addr_columns %} {% elif ip_selections %}

{% trans "Click Analyze to resolve IP addresses." %}

{% else %}

{% trans "Search and add objects…" %}

{% endif %}
{# ══ RECHTE SPALTE ══ #}
{% for sel in ip_selections %} {% endfor %}
{% for sel in ip2_selections %} {% endfor %}
{% if ip2_selections %} {% endif %}
{% if ip2_addr_columns %} {% include "netbox_nsm/inc/ipa_object_analysis_table.html" with columns=ip2_addr_columns %} {% elif ip2_selections %}

{% trans "Click Analyze to resolve IP addresses." %}

{% else %}

{% trans "Search and add objects…" %}

{% endif %}
{# /row #}
{# /container-fluid #} {% endblock %}