<% if( requests.length > 0 ) { %>
Search Requests <% if( sessionId === ownerId ) { %>(click one to give control to the requester)<% } %>
<% _.each( requests, function ( request, idx ) { %>
(Client ID: <%= request.correlationId %>) -
<% if( sessionId === ownerId ) { %>
<%= request.searchTerm %>
<% } else { %>
<%= request.searchTerm %>
<% } %>
<% }) %>
<% } else { %>
No other searches have been requested at this time.
<% } %>