{% extends "base.html" %} {% block title %}Manage{% endblock %} {% block content %}

Admin

Internal overview. Only visible to admin accounts.

Users
{{ totals.users }}
Paying
{{ totals.paid }}
MRR
${{ totals.mrr }}
Monitors
{{ totals.monitors }}
Checks run
{{ totals.checks }}
Alerts sent
{{ totals.alerts }}
{% for u in users %} {% endfor %}
EmailPlanMonitorsJoinedLast loginSet plan
{{ u.email }}{% if u.paddle_subscription_id %} paddle{% if u.subscription_status and u.subscription_status != 'active' %} ยท {{ u.subscription_status }}{% endif %}{% endif %}{{ u.plan }}{{ counts.get(u.id, 0) }}{{ u.created_at|dt }}{{ u.last_login_at|timeago }}
{% if u.plan in ('pro', 'enterprise', 'business') %}
{% endif %}
{% endblock %}