Component Details

Name {{ component.name }}
{% if component.description %}
Description {{ component.description }}
{% endif %}
Type {{ component.type or 'Not specified' }}
{% if component.subtype %}
Subtype {{ component.subtype }}
{% endif %}
Serial Number {% if component.serial %} {{ component.serial }} {% else %} No serial number {% endif %}
{% if component.position %}
Position {{ component.position }}
{% endif %}

Parent Device

{% if component.device_model %}
Model {{ component.device_model }}
{% endif %} {% if component.vendor_name %}
Vendor {{ component.vendor_name }}
{% endif %} {% if component.management_ip %}
Management IP {{ component.management_ip }}
{% endif %} {% if component.site_code %}
Site {{ component.site_code }}
{% endif %}

Extraction Information

Source {% if component.extraction_source == 'manual' %} Manually Added {% elif component.extraction_source %} {{ component.extraction_source }} {% else %} Unknown {% endif %}
{% if component.extraction_confidence is not none %}
Confidence
{{ "%.0f"|format(component.extraction_confidence * 100) }}%
{% endif %}