{% extends "base.html" %} {% block title %}Stats — Document X-Ray{% endblock %} {% block body %}
Internal

Funnel.

Counted from the audit log. No third-party analytics, which is the whole point.

{{ counts.get('scan', 0) }}scans
{{ counts.get('batch', 0) }}batches
{{ leads }}enquiries
{{ counts.get('team_unlock', 0) }}team unlocks
Verdicts
{% for verdict, n in verdicts.items() %} {% endfor %}
VerdictCount
{{ verdict }} {{ n }}
Scans per day
{% for day, n in days %} {% else %} {% endfor %}
DayScans
{{ day }}{{ n }}
Nothing yet.

The number that matters is not scans. It is how many people scanned a second document — that is the only evidence the tool is useful rather than interesting.

{% endblock %}