{% load helpers %} {% if perms.view and hw_notices or sw_notices %}
| 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 %}
|