{% extends 'generic/_base.html' %} {% load render_table from django_tables2 %} {% block title %}Vulnerability Search{% endblock %} {% block tabs %} {% endblock tabs %} {% block content %}
{% include 'htmx/table.html' %}
{# Filter form #} {% if filter_form %}
{% include 'inc/filter_list.html' %}
{% endif %}
{% endblock content %}