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

<% if (isCreate) { %> Create a New <%= configFunctions.getProperty("aliases.map") %> <% } else { %> Update <%= configFunctions.getProperty("aliases.map") %> <% } %>

/>

Address

Geographic Location

Image

<% if (!isCreate) { %> <% } %>
<% if (!isCreate) { %> <% const lotSearchUrl = urlPrefix + "/lots?mapId=" + map.mapId; %>
<% if (map.lotCount === 0) { %>

There are no <%= configFunctions.getProperty("aliases.lots").toLowerCase() %> associated with this <%= configFunctions.getProperty("aliases.map").toLowerCase() %>.

<% } else { %>
<% for (const lotType of lotTypeSummary) { %> <% } %>
Type <%= configFunctions.getProperty("aliases.lot") %> Count Percentage
<%= lotType.lotType %> <%= lotType.lotCount %> <%= ((lotType.lotCount / map.lotCount) * 100).toFixed(1) %>%
<% for (const lotStatus of lotStatusSummary) { %> <% } %>
Status <%= configFunctions.getProperty("aliases.lot") %> Count Percentage
<%= lotStatus.lotStatus %> <%= lotStatus.lotCount %> <%= ((lotStatus.lotCount / map.lotCount) * 100).toFixed(1) %>%
<% } %>
<% } %> <%- include('_footerA'); -%> <%- include('_footerB'); -%>