{% load filters %} {% if cisco_device_support %}
Cisco Software Release
{% 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 %}
Recommended Release {{ cisco_device_support.recommended_release|linebreaks }}
Desired Release {{ cisco_device_support.desired_release }}
Current Release {{ cisco_device_support.current_release }}
Last updated: {{ cisco_device_support.last_updated }}
Cisco Device Support
Is associated with a Cisco ID {{ cisco_device_support.api_status }}
Contract Status {{ cisco_device_support.contract_supplier|contract_supplier_text }}
Is under Cisco Support?
Contract Coverage End Date {{ cisco_device_support.coverage_end_date }}
{% include "cisco/inc/device_contract_coverage_bar.html" %}
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 not cisco_device_support.contract_supplier or "Cisco SNTC" in cisco_device_support.contract_supplier or "Not covered" 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 }}
{% include "cisco/inc/device_partner_contract_coverage_bar.html" %}
Service Level Description {{ cisco_device_support.partner_service_level }}
Customer Number {{ cisco_device_support.partner_customer_number }}
{% endif %}
Last updated: {{ cisco_device_support.last_updated }}
{% else %} {# No cisco_device_support information available #} {% endif %} {% include "cisco/cisco_device_type_support.html" %}