{% load helpers %} {% if perms.view and hw_notices or sw_notices %}
{% for notice in hw_notices %} {% if forloop.counter < 6 %}
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 %}
{% elif forloop.counter == 6 %} {% endif %} {% endfor %}
{% endif %}