<%- include('_header'); -%> <% if (isCreate) { %>

Create a New <%= configFunctions.getProperty("aliases.occupancy") %> Record

<% } else { %>

Update <%= configFunctions.getProperty("aliases.occupancy") %>

<% } %>
" id="lotOccupancy--lotName" type="button" value="<%= lotOccupancy.lotName || "(No " + configFunctions.getProperty("aliases.lot") + ")" %>" <%= (configFunctions.getProperty("settings.lotOccupancy.lotIdIsRequired") ? " required" : "") %> <%= (isCreate ? "" : " disabled readonly") %> />
Field">
Field">
/>
<% if (isCreate) { %>

Select the <%= configFunctions.getProperty("aliases.occupancy").toLowerCase() %> type to load the available fields.

<% } else if (lotOccupancy.lotOccupancyFields.length === 0) { %>

The current <%= configFunctions.getProperty("aliases.occupancy").toLowerCase() %> type has no additional fields.

<% } else { %> <% let occupancyTypeFieldIds = ""; %> <% for (const lotOccupancyField of lotOccupancy.lotOccupancyFields) { %> <% occupancyTypeFieldIds += "," + lotOccupancyField.occupancyTypeFieldId; %>
<% if (lotOccupancyField.occupancyTypeFieldValues === "") { %> pattern="<%= lotOccupancyField.pattern %>" <% } %> minlength="<%= lotOccupancyField.minimumLength %>" maxlength="<%= lotOccupancyField.maximumLength %>" <%= lotOccupancyField.isRequired ? " required" : "" %> /> <% } else { %> <% const fieldValues = lotOccupancyField.occupancyTypeFieldValues.split("\n"); let valueFound = false; %>
<% } %>
<% } %> <% } %>
<% if (!isCreate) { %> <% } %>
<% if (isCreate) { %> <% } else { %>

<%= configFunctions.getProperty("aliases.occupants") %>

Comments

Fees

Transactions

<% } %> <%- include('_footerA'); -%> <% if (!isCreate) { %> <% } %> <%- include('_footerB'); -%>