%- include('_header'); -%>
<%= configFunctions.getProperty("aliases.map") %>
<%= lot.mapName || "(No Name)" %>
<%= configFunctions.getProperty("aliases.lot") %> Type
<%= lot.lotType %>
Status
<%= lot.lotStatus %>
| Commentor | Comment Date | Comment |
|---|---|---|
| <%= lotComment.recordCreate_userName %> | <%= lotComment.lotCommentDateString %> <%= (lotComment.lotCommentTime === 0 ? "" : lotComment.lotCommentTimeString) %> | <%= lotComment.lotComment %> |
| <%= configFunctions.getProperty("aliases.occupancy") %> Type | <%= configFunctions.getProperty("aliases.occupancyStartDate") %> | End Date | <%= configFunctions.getProperty("aliases.occupants") %> | |
|---|---|---|---|---|
| <% if (isActive) { %> "> <% } else { %> "> <% } %> | <%= lotOccupancy.occupancyType %> | <%= lotOccupancy.occupancyStartDateString %> | <% if (lotOccupancy.occupancyEndDate) { %> <%= lotOccupancy.occupancyEndDateString %> <% } else { %> (No End Date) <% } %> | <% if (lotOccupancy.lotOccupancyOccupants.length === 0) { %> (No <%= configFunctions.getProperty("aliases.occupants") %>) <% } else { %> <% const occupant = lotOccupancy.lotOccupancyOccupants[0]; %> <%= occupant.occupantName %> <%= (lotOccupancy.lotOccupancyOccupants.length > 1 ? " plus " + (lotOccupancy.lotOccupancyOccupants.length - 1) : "") %> <% } %> |