{% extends "base.html" %} {% block title %}Manage{% endblock %} {% block content %}
Internal overview. Only visible to admin accounts.
| Plan | Monitors | Joined | Last login | Set 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 %} |