{% load filters %}
Cisco 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 %}
Cisco 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 Covered by: {{ cisco_device_support.contract_supplier }}
Is under Cisco Support?
Contract Coverage End Date {{ cisco_device_support.coverage_end_date }}
Service Level Description {{ cisco_device_support.service_line_descr }}
Service Contract Number {{ cisco_device_support.service_contract_number }}
Warranty End Date {{ cisco_device_support.warranty_end_date }}
Warranty Type {{ cisco_device_support.warranty_type }}
{% if "Cisco SNTC" in cisco_device_support.contract_supplier or "Not covered by any contract" in cisco_device_support.contract_supplier %} {# Comment: Omit the partner support contract table #} {% else %}
{{ cisco_device_support.contract_supplier }} Device Support
Contract Status {{ cisco_device_support.partner_status }}
Contract Coverage End Date {{ cisco_device_support.partner_coverage_end_date }}
Service Level Description {{ cisco_device_support.partner_service_level }}
Customer Number {{ cisco_device_support.partner_customer_number }}
{% endif %} {% if cisco_device_support %}
Last updated: {{ cisco_device_support.last_updated }}
{% endif %}
{% include "netbox_cisco_support_plugin/cisco_support_device_type.html" %}