{% load static %}
| Welcome |
Academic STAFF Engineer STAFF Student
{% if user_list %} {% endif %}
{% 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 %} {% endif %} {% endfor %}
{% if article_list %} {% endif %}
{% if bug_list %} {% endif %}