📊 Interaction Capture Logs
{{ stats.total_events }}
Total Events
{{ stats.total_screenshots }}
Screenshots
{{ "%.1f"|format(stats.total_size_kb / 1024) }} MB
Total Size
{{ stats.unique_plots }}
Unique Plots
ID
Event Type
Timestamp
Plot ID
Screenshot
{% for event in events %}
{{ event.id }}
{{ event.event_type }}
{{ event.timestamp_display }}
#{{ event.plot_id }}
{% if event.screenshot_url %}
{% else %}
—
{% endif %}
{% endfor %}