{% load helpers %} {% if perms.nautobot_device_lifecycle_mgmt.view_hardwarelcm and hw_notices %} {% for notice in hw_notices %}
Hardware {% if notice.inventory_item %}Inventory Part {% endif %}Notice {% if notice.expired %}Expired{% endif %}
Name {{ notice }}
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 %} — {% endif %}
Comments {{ notice.comments|placeholder }}
{% endfor %} {% endif %}