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

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

<% } else { %>

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

<% } %>
<%= (isCreate ? "" : " disabled") %> />
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; %>
pattern="<%= lotOccupancyField.pattern %>" <% } %> minlength="<%= lotOccupancyField.minimumLength %>" maxlength="<%= lotOccupancyField.maximumLength %>" />
<% } %> <% } %>
<% if (!isCreate) { %> <% } %>
<% if (isCreate) { %> <% } else { %>

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

Comments

Fees

Transactions

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