{{ notice.published }}
{{ notice.summary | safe }}
{% for cve_id in notice.cves_ids %} {% if loop.index <= 3 %} {{ cve_id }} {% if loop.index < notice.cves_ids|length or (notice.cves_ids|length > 3 and loop.index == 3) %} , {% endif %} {% endif %} {% if loop.index == 3 %} {% if notice.cves_ids|length - 3 == 1 %}and {{ notice.cves_ids|length - 3 }} other{% endif %} {% if notice.cves_ids|length - 3 > 1 %}and {{ notice.cves_ids|length - 3 }} others{% endif %} {% endif %} {% endfor %}