{% load filters %}
Cisco Device Type Support Information
{% if cisco_device_type_support.eox_error %} {% elif cisco_device_type_support %} {% else %} {% include "netbox_cisco_support_plugin/no_data_available.html" %} {% endif %}
EoX Status {{ cisco_device_type_support.eox_error }}
EoX Announcement Date {{ cisco_device_type_support.eox_announcement_date }}
End-of-Sale Date {{ cisco_device_type_support.end_of_sale_date }}
End of SW Maintenance Releases Date {{ cisco_device_type_support.end_of_sw_maintenance_releases }}
End of Routine Failure Analysis Date {{ cisco_device_type_support.end_of_routine_failure_analysis_date }}
End of New Service Attachment Date {{ cisco_device_type_support.end_of_svc_attach_date }}
End of Service Contract Renewal Date {{ cisco_device_type_support.end_of_service_contract_renewal }}
End of Vulnerability/Security Support {{ cisco_device_type_support.end_of_security_vul_support_date }}
Last Date of Support {{ cisco_device_type_support.last_date_of_support }}
{% if cisco_device_type_support %}
Last updated: {{ cisco_device_type_support.last_updated }}
{% endif %}