{% load helpers %} {% if perms.nautobot_device_lifecycle_mgmt.view_hardwarelcm and hw_notices %}
Hardware Lifecycle Notices {% badge hw_notices.count show_empty=True %}
{% for notice in hw_notices|slice:":5" %} {% endfor %}
{% if notice.expired %} Expired {% endif %}
End of Sale {{ notice.end_of_sale|placeholder }}
End of Support {{ notice.end_of_support|placeholder }}
End of Software Releases {{ notice.end_of_sw_releases|placeholder }}
End of Security Patches {{ notice.end_of_security_patches|placeholder }}
Documentation URL {% if notice.documentation_url %}{{ notice.documentation_url }}{% else %}{{ None|placeholder }}{% endif %}
Comments {% if notice.comments %}
{{ notice.comments }}
{% else %}{{ None|placeholder }}{% endif %}
{% if hw_notices|length > 5 %} {% endif %}
{% endif %}