{% load filters %}
Software Release
{% if not cisco_device_support %} {% include "netbox_cisco_support_plugin/no_data_available.html" %} {% else %} {% if "PID without Cisco software" in cisco_device_support.recommended_release %} {# Comment: If PID have no Cisco software omit the desired and current release #} {% else %} {% endif %} {% endif %}
Recommended Release {{ cisco_device_support.recommended_release|linebreaks }}
Desired Release {{ cisco_device_support.desired_release }}
Current Release {{ cisco_device_support.current_release }}
{% if cisco_device_support %}
Last updated: {{ cisco_device_support.last_updated }}
{% endif %}
Device Support
{% if not cisco_device_support %} {% include "netbox_cisco_support_plugin/no_data_available.html" %} {% else %} {% endif %}
Is associated with a Cisco ID {{ cisco_device_support.api_status }}
Contract Status {{ cisco_device_support.contract_supplier }}
Is under Cisco Support?
End of Contract Coverage Date {{ cisco_device_support.coverage_end_date }}
Service Contract Description {{ cisco_device_support.service_line_descr }}
Service Contract Number {{ cisco_device_support.service_contract_number }}
End of Warranty Date {{ cisco_device_support.warranty_end_date }}
Warranty Type {{ cisco_device_support.warranty_type }}
{% if cisco_device_support %}
Last updated: {{ cisco_device_support.last_updated }}
{% endif %}
{% include "netbox_cisco_support_plugin/cisco_support_device_type.html" %}