10 — users
Filter, mutate, audit. {{ rows|length }} matching.
Each row is a self-contained mini-form. Tier flips run against the users_tier_check allowlist. Credit deltas accept either an absolute set value or a signed delta. Reset-tester is super_admin only.
users
{% if not rows %}
{% endif %}
// no users match.
{% else %}
| status | role | tier | credits | tester_used | joined | |
|---|---|---|---|---|---|---|
|
{{ row.email }}
{{ row.id }}
|
{% if row.waitlist_status == 'ACTIVE' %} ACTIVE {% else %} WAITLIST {% endif %} | {{ row.role }} |
{% if row.tester_used_at_display %}
{{ row.tester_used_at_display }}
{% if is_super_admin %}
{% endif %}
{% else %}
—
{% endif %}
|
{{ row.created_at_display }} |