{% extends 'base.html' %} {% load buttons %} {% load custom_links %} {% load helpers %} {% load humanize %} {% block title %}{{ object }}{% endblock %} {% block header %}
{% if perms.change %} Edit {% endif %} {% if perms.delete %} Delete {% endif %}

Vulnerability: {{ object }}

{% include 'inc/created_updated.html' with obj=object %}
{% custom_links object %}
{% endblock %} {% block content %}
Vulnerability
CVE {{ object.cve }}
Software {{ object.software }}
Device {{ object.device|placeholder }}
Inventory Item {{ object.inventory_item|placeholder }}
Status {% if object.status %} {{ object.get_status_display }} {% else %} — {% endif %}
{% include 'inc/custom_fields_panel.html' %} {% include 'inc/relationships_panel.html' %} {% include 'extras/inc/tags_panel.html' with tags=object.tags.all %}
{% endblock %}