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 %}
{% if component.position %}
{{ component.serial }}
{% else %}
No serial number
{% endif %}
Position
{{ component.position }}
{% endif %}
Parent Device
Device Name
{{ component.device_name }}
{% if component.device_model %}
Model
{{ component.device_model }}
{% endif %}
{% if component.vendor_name %}
Vendor
{{ component.vendor_name }}
{% endif %}
{% if component.management_ip %}
Management IP
{% endif %}
{% if component.site_code %}
{{ component.management_ip }}
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
{% endif %}
{{ "%.0f"|format(component.extraction_confidence * 100) }}%