% let cueKeys = allCues[cueList.uniqueID]; %>
<%= workspace.displayName %> — <%= cueList.listName %>
<%
let width = 100/cueKeys.cartColumns;
let height = 600/(cueKeys.cartRows);
%>
<% for(let r=0; r
<% for(let c=0; c
<% let style = `style="left:${width*c}%; top:${height*r}px; width:${width }%; height:${height}px;"`; %>
<% } %>
<% } %>
<% for(let i=0; i=cueKeys.cartColumns || row>=cueKeys.cartRows){
continue;
}
%>
<%= tileTemplate({cue: cueList.cues[i], allCues: allCues, workspace: workspace}) %>
<% } %>