%- include('_header'); -%>
<%= configFunctions.getProperty("aliases.map") %>
<%= lot.mapName || "(No Name)" %>
<%= configFunctions.getProperty("aliases.lot") %> Type
<%= lot.lotType %>
Status
<%= lot.lotStatus %>
<%= lotField.lotTypeField %>
<% if (lotField.lotFieldValue) { %>
<%= lotField.lotFieldValue %>
<% } else { %>
(No Value)
<% } %>
| Commentor | Comment Date | Comment |
|---|---|---|
| <%= lotComment.recordCreate_userName %> | <%= lotComment.lotCommentDateString %> <%= (lotComment.lotCommentTime === 0 ? "" : lotComment.lotCommentTimePeriodString) %> | <%= lotComment.lotComment %> |
| <%= configFunctions.getProperty("aliases.occupancy") %> Type | <%= configFunctions.getProperty("aliases.occupancyStartDate") %> | End Date | <%= configFunctions.getProperty("aliases.occupants") %> | |
|---|---|---|---|---|
| <% if (isActive) { %> "> <% } else { %> "> <% } %> |
<%= lotOccupancy.occupancyType %>
#<%= lotOccupancy.lotOccupancyId %> |
<%= lotOccupancy.occupancyStartDateString %> | <% if (lotOccupancy.occupancyEndDate) { %> <%= lotOccupancy.occupancyEndDateString %> <% } else { %> (No End Date) <% } %> |
<% if (lotOccupancy.lotOccupancyOccupants.length === 0) { %>
(No <%= configFunctions.getProperty("aliases.occupants") %>)
<% } else { %>
<% for (const occupant of lotOccupancy.lotOccupancyOccupants) { %>
<%= occupant.occupantName + ' ' + occupant.occupantFamilyName %>
<% } %> <% } %> |