{% if not cisco_device_support %}
{% include "netbox_cisco_support_plugin/no_data_available.html" %}
{% else %}
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 }} |
{% endif %}
{% 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 %}
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 %}