{% extends "base.html" %} {% block title %}Analytics · Networthy HQ{% endblock %} {% block main_class %}wide{% endblock %} {% block content %} Analytics Adoption at a glance — account & usage metadata only, no financial values. The demo account is excluded. Total users {{ total_users }} {{ new_today }} today New · 7 days {{ new_7d }} New · 30 days {{ new_30d }} Returning {{ returning }} signed in on ≥2 days Signed in · 24h {{ logins_24h }} Signed in · 7 days {{ logins_7d }} Signed in · 30 days {{ logins_30d }} Total sign-ins {{ logins_total }} {% if signup_chart|length > 1 %} Signups over time {% endif %} Activation {% for f in funnel %} {{ f.label }} {{ f.users }} · {{ "%.0f"|format(f.pct) }}% {% endfor %} Feature adoption {% for f in features %} {{ f.label }} {{ f.users }} · {{ "%.0f"|format(f.pct) }}% {% endfor %} Users · {{ recent|length }} shown EmailJoinedLast seen {% for u in recent %} {{ u.email }} {{ u.joined or "—" }} {{ u.last_seen or "—" }} {% endfor %} {% if signup_chart|length > 1 %} {% endif %} {% endblock %}
Adoption at a glance — account & usage metadata only, no financial values. The demo account is excluded.