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

<% if (isCreate) { %> Create a New Cemetery <% } else { %> Update Cemetery <% } %>

<% if (!isCreate) { %> <%= cemetery.cemeteryName || "(No Name)" %> <% } %>
<% if (isCreate) { %> Cancel <% } else { %> <% } %>
/>
<% const cemeteryKeyIsRequired = configFunctions.getConfigProperty('settings.burialSites.burialSiteNameSegments.includeCemeteryKey'); %>
/> <% if (cemeteryKeyIsRequired) { %> <% } %> <% if (cemeteryKeyIsRequired) { %>

The cemetery key is prepended to the burial site names.

<% } %>

Address

Geographic Location

Image

Directions of Arrival

<% for (const direction of dataLists.directionsOfArrival) { %> <% const directionIsSelected = cemetery.directionsOfArrival[direction] || false; %> <% } %>
Selected Direction Description
/>
" maxlength="100" placeholder="Description" <%= directionIsSelected ? "" : "disabled" %> />
<% if (!isCreate) { %> <% const burialSiteSearchUrl = urlPrefix + "/burialSites?cemeteryId=" + cemetery.cemeteryId; %>
<% if (cemetery.burialSiteCount === 0) { %>

There are no burial sites associated with this cemetery.

<% } else { %>
<% for (const burialSiteType of burialSiteTypeSummary) { %> <% } %>
Type Burial Sites Percentage
<%= burialSiteType.burialSiteType %> <%= burialSiteType.burialSiteCount %> <%= ((burialSiteType.burialSiteCount / cemetery.burialSiteCount) * 100).toFixed(1) %>%
<% for (const burialSiteStatus of burialSiteStatusSummary) { %> <% } %>
Status Burial Sites Percentage
<%= burialSiteStatus.burialSiteStatus %> <%= burialSiteStatus.burialSiteCount %> <%= ((burialSiteStatus.burialSiteCount / cemetery.burialSiteCount) * 100).toFixed(1) %>%
<% } %>
<% } %> <%- include('_footerA'); -%> <%- include('_footerB'); -%>