{% load i18n %} {% if error %}
{{ error }}
{% elif eox or psirt %} {% if eox %}
{% trans "End-of-Life Status" %}
{% if eox.past_end_of_sale %}
{{ eox.past_end_of_sale }}
{% trans "Past EoSale" %}
{% endif %} {% if eox.past_end_of_vuln_support %}
{{ eox.past_end_of_vuln_support }}
{% trans "Past EoVuln" %}
{% endif %} {% if eox.past_end_of_support %}
{{ eox.past_end_of_support }}
{% trans "Past EoSupport" %}
{% endif %}
{% endif %} {% if psirt %}
{% trans "PSIRT Advisories" %}
{% if psirt.critical %}
{{ psirt.critical }}
{% trans "Critical" %}
{% endif %} {% if psirt.high %}
{{ psirt.high }}
{% trans "High" %}
{% endif %} {% if psirt.medium %}
{{ psirt.medium }}
{% trans "Medium" %}
{% endif %}
{% endif %}
{% trans "Cisco Devices" %}: {{ total_devices }}
{% if cached %} {% trans "Cached" %} {% else %} {% trans "Live" %} {% endif %}
{% else %}

{% trans "No lifecycle data available." %}

{% endif %}