{% extends 'dcim/device.html' %} {% load helpers %} {% load i18n %} {% load render_table from django_tables2 %} {% block content %}
{% trans "Device Vulnerabilities" %}
{% if table %} {% render_table table %} {% else %}

{% trans "No vulnerabilities found for this device." %}

{% endif %}
{% endblock content %}