package adminview import ( "fmt" "git.haelnorr.com/h/oslstats/internal/db" "git.haelnorr.com/h/oslstats/internal/roles" ) templ RoleManageModal(role *db.Role) {
{ string(role.Name) }
if role.Description != "" { { role.Description } } else { No description provided }
Administrator Role
The administrator role is protected and cannot be modified or deleted. This role has full access to all system features.