{{define "title"}}{{ tr .UILang "users.title" }}{{end}} {{define "top_css"}}{{end}} {{define "username"}}{{ .username }}{{end}} {{define "page_title"}}{{ tr .UILang "users.page" }}{{end}} {{define "page_content"}}
{{ tr .UILang "users.stat_total_upper" }}
0
{{ tr .UILang "users.stat_total_badge" }}
{{ tr .UILang "users.stat_admins_upper" }}
0
{{ tr .UILang "users.stat_admins_badge" }}
{{ tr .UILang "users.stat_with_pk_upper" }}
0
{{ tr .UILang "users.stat_with_pk_badge" }}
{{ tr .UILang "users.stat_no_pk_upper" }}
0
{{ tr .UILang "users.stat_no_pk_badge" }}
{{ tr .UILang "users.th_user" }}
{{ tr .UILang "users.th_email" }}
{{ tr .UILang "users.th_role" }}
{{ tr .UILang "users.th_state" }}
{{ tr .UILang "users.th_passkeys" }}
{{ tr .UILang "users.th_actions" }}
{{/* New user modal */}} {{/* Edit user modal */}} {{/* Delete user modal */}} {{end}} {{define "bottom_js"}} {{end}}