| ID | Username | Plan Name | Page Limit | Created At | Actions | |
|---|---|---|---|---|---|---|
| {{ user.id if user.id is not none else 'N/A' }} | {{ user.username|escape if user.username is not none else 'N/A' }} | {{ user.email|escape if user.email is not none else 'N/A' }} | {{ user.subscription.plan_name if user.subscription and user.subscription.plan_name else 'None' }} | {{ user.subscription.page_limit if user.subscription and user.subscription.page_limit else 0 }} | {{ user.created_at if user.created_at is not none else 'N/A' }} |
No users found.
{% endif %}