{% extends "base.html" %} {% block title %}overview{% endblock %} {% block body %}

Overview

{{ stats.total_users }}
Total users
{{ stats.paid_active }}
Paid-active
{{ stats.free }}
Free tier
{{ stats.paid }}
Paid tier
{{ stats.enterprise }}
Enterprise
{{ stats.credit_active }}
On credit
{{ stats.signups_7d }}
Signups · 7d
{{ stats.signups_30d }}
Signups · 30d
{{ stats.active_30d }}
Active · 30d
{{ stats.sync_enabled }}
Cloud-sync on
{{ stats.referrals_converted }}/{{ stats.referrals_total }}
Referrals conv.

Newest users

{% include "partials_users_table.html" %}

All users →

{% endblock %}