{% load helpers %} {% if perms.nautobot_device_lifecycle_mgmt.view_hardwarelcm and hw_notices %} {% for notice in hw_notices %}
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 }} |