<%- include('_header'); -%>

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

disabled />
/>
<% if (isCreate) { %>

Select the <%= configFunctions.getProperty("aliases.occupancy").toLowerCase() %> type to get 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) { %> <% } else { %>

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


Comments

Fees

Transactions

<% } %> <%- include('_footerA'); -%> <%- include('_footerB'); -%>