I'm having a problem getting the syntax correct. The html helper returns true or false.
<% if (<%= Html.SecurityTrim("Admin")%>) { %>
<span>Only for accounting</span>
<% } %>
What do I need to change to get this to compile correctly?