diff --git a/src/root/user.tt b/src/root/user.tt
index 3535bf26..76f85850 100644
--- a/src/root/user.tt
+++ b/src/root/user.tt
@@ -2,17 +2,23 @@
[% PROCESS common.tt %]
[% BLOCK roleoption %]
-
-[% END %]
+ [% IF !mutable %]
+ disabled="disabled"
+ [% END %]
+ [% HTML.attributes(id => "role-${role}", value => role) %] />
+
+ [% END %]