<% if (ctx.tokens.length > 0) { %>
Token
Actions
<% _.each(ctx.tokens, function(token, index) { %>
<%= token.token %>
<% }); %>
<% } else { %>

No Registered Tokens

<% } %>