{% extends "admin/base_site.html" %} {% load static %} {% block title %}{{ title }}{% endblock %} {% block branding %}

{{ title }}

{% endblock %} {% block content %}
{{ graph.endpoints|length }} endpoints · {{ graph.assets|length }} PII types · {{ graph.services|length }} services
{% if has_data %}
{% endif %} {% if not has_data %}
No PII flows observed in this date range. Generate traffic to populate the graph.
{% else %} {% endif %}
{% if has_data %} {{ graph|json_script:"wg-graph-data" }} {% endif %} {% endblock %}