<%= listName %>

Program

<% Object.entries(data.source).forEach(([sourceID, state])=>{ %> <% if (state.tally && state.tally.program) { %>
<%= state.abbreviation %>
<% } else { %>
<%= state.abbreviation %>
<% } %> <% }) %>

Preview

<% Object.entries(data.source).forEach(([sourceID, state])=>{ %> <% if (state.tally && state.tally.preview) { %>
<%= state.abbreviation %>
<% } else { %>
<%= state.abbreviation %>
<% } %> <% }) %>