<% User.sysmgr_username %>
macro renders the username as plain text
Sourcecode in User/sysmgr_macros.js:
1:
function sysmgr_username_macro(param) {
2:
res.write(this.name);
3:
return;
4:
}