{% extends "base.html" %} {% block title %}Threat Intel{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
{% if active_refresh_scan %} {% include "ui/partials/threat_intel_refresh_poll.html" with scan_run_id=active_refresh_scan.pk active_project=active_project %} {% else %} {% include "ui/partials/vuln_feed.html" with vulns=vulns has_projects=has_projects %} {% endif %}
{% endblock %} {% block extra_js %} {% endblock %}