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