{% load helpers %} {% if perms.view and hw_notices %} {% for notice in hw_notices %}
Hardware {% if notice.inventory_item %}Inventory Part {% endif %}Notice
Name {{ notice }}
End of Sale {{ notice.end_of_sale }}
End of Support {{ notice.end_of_support }}
End of Software Releases {{ notice.end_of_sw_releases }}
End of Security Patches {{ notice.end_of_security_patches }}
Documentation URL {% if notice.documentation_url %} {{ notice.documentation_url }} {% else %} — {% endif %}
Comments {% if notice.comments %} {{ notice.comments }} {% else %} — {% endif %}
{% endfor %} {% endif %}