{include "admin/layout.html"} {block "content"}

User Management

Total users: {#users} | Page {currentPage} of {totalPages}

{if #users > 0} {for user in users} {/for}
ID Username Email Level Class Auth HP Actions
{user.ID} {user.Username} {user.Email} {user.Level} {user.ClassName} {user.Auth} {user.HP}/{user.MaxHP} Edit
{if totalPages > 1} {/if} {else}
No users found.
{/if} {/block}