{% extends 'dcim/softwareversion_retrieve.html' %} {% load helpers %} {% block title %}{{ block.super }} - Related CVEs{% endblock %} {% block content %}
{% include 'utilities/obj_table.html' with table=relatedcves_table table_template='panel_table.html' heading='Related CVEs' %}
{% endblock %}