{% extends "base.html" %} {% block content %}
{% if flagged_filter == '1' %}Show all{% else %}Flagged only{% endif %}
| Name | Version | Ecosystem | Repo | Flagged | Findings | Last Scan |
|---|---|---|---|---|---|---|
| {{ p.pkg_name }} | {{ p.pkg_ver }} | {{ p.ecosystem }} | {{ p.repository }} | {% if p.is_flagged %}YES{% else %}No{% endif %} | {{ p.findings_sum }} | {{ p.last_scan.strftime('%Y-%m-%d %H:%M') if p.last_scan }} |