{# expects `recent` (overview) or `rows` (users list) โ normalise to `rows` #} {% set rows = rows if rows is defined else recent %}
| ID | Tier | Paid | Created | Last login | Lang | Sync | Refs | Billing | |
|---|---|---|---|---|---|---|---|---|---|
| {{ u.id }} | {{ u.email }} | {{ u.tier }} | {% if u.paid_active %} yes{% if u.paid_source == 'credit' %} ยท {{ u.credit_days }}d{% endif %} {% else %} no {% endif %} {% if u.trialing %}trial{% endif %} | {{ u.created_at|dt }} | {{ u.last_login_at|dt }} | {{ u.lang }} | {% if u.has_sync %}on{% else %}โ{% endif %} | {{ u.referrals }} | {% if u.on_stripe %}stripe{% endif %} {% if u.on_polar %}polar{% endif %} {% if not u.on_stripe and not u.on_polar %}โ{% endif %} |
| No users. | |||||||||