{% load static %}
{% for year,publications in publication_year_list.items %}

{{ year }}

{% if publications %} {% for publication in publications %} {% endfor %} {% endif %} {% endfor %}
{% for year, cves in cve_year_list.items %}

{{ year }}

{% if cves %} {% for cve in cves %} {% endfor %} {% endif %} {% endfor %}