{% extends "base.html" %} {% block title %}Categories (CWE) - {{ super() }}{% endblock %} {% block content %} Categories (CWE) OpenCVE Categories (CWE) Categories (CWE) {% if cwes.items %} {% for cwe in cwes.items %} {{ cwe.cwe_id }} {{ cwe.name|default('No name', true) }} {% if cwe.cwe_id not in ["NVD-CWE-noinfo", "NVD-CWE-Other"] %} Mitre {% endif %} View CVE {% endfor %} {% else %} No CWE found. {% endif %} {{ pagination.links }} Search {% endblock %}