{% extends "base.html" %} {% load static %} {% block content %}

Insight Graphs: {{ person.name }}

Historical metrics for workspace {{ workspace_conversation.id }}

{% include "partials/ai-insight-nav.html" with active_tab="graphs" %}
{% for graph in graph_cards %}

{{ graph.group_title }}

{{ graph.title }}

{{ graph.count }} point{{ graph.count|pluralize }}

{% endfor %}
{{ graph_cards|json_script:"insight-graph-cards" }} {% endblock %}