Hi,
Like i told you 15 days ago here, Client template is for .... client side.
You should not have any security information (role) in client side....
However if you NEED it you can transmit it via the ViewBag or the ViewData and save it in a javascript variable so you can use it in client side... but again.. this is a security behavior....