The application <%=e( client_id )%> hosted at
<%=e( client_host )%> wants to access these resources for user
<%=e( username )%>:
<% for (var path in permissions) { %>
<% var flags = permissions[path].join('') %>
- <%=e( access_strings[flags] )%> access to <%=e( path.replace(/^\/*/, '/') )%>
<% } %>
<% if (typeof error !== 'undefined') { %>
<%=e( error )%>
<% } %>