{% extends "base.html" %} {% load static %} {% load utils %} {% block extrahead %} {% endblock %} {% block content %} Advisory Curation {{ vulnerability_id }} Progress 0 / 0 Advisory Summaries {% for avid, text in advisory_summaries.items %} {{ avid }} {{ text|normalize_links|urlize }} {% empty %} No summaries available. {% endfor %} Previous Item Next Item Submit {% endblock %} {% block scripts %} {% endblock %}
{{ avid }}