<% // Assume aclEntry is passed to this view with all fields // doorsList is an array of door names, e.g. ['Door1', 'Door2', ...] %>
Doors <% doorsList.forEach(function(door) { %>
<% }) %>