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

<%= configFunctions.getConfigProperty("application.applicationName") %>

<% if (workOrderMilestones.length > 0) { %> <% const workOrderPrints = configFunctions.getConfigProperty("settings.workOrders.prints"); %>

Today's Milestones

<%= workOrderMilestones.length %>
<% for (const milestone of workOrderMilestones) { %>
<% if (milestone.workOrderMilestoneCompletionDate) { %> <% } else { %> <% } %>
<% if (workOrderPrints.length > 0) { %> <% } %> <% if (milestone.workOrderMilestoneTime) { %> <%= milestone.workOrderMilestoneTimePeriodString %>
<% } %> <% if (milestone.workOrderMilestoneTypeId) { %> <%= milestone.workOrderMilestoneType %>
<% } %> <%= milestone.workOrderNumber %>
<% if (milestone.workOrderBurialSites.length > 0) { for (const burialSite of milestone.workOrderBurialSites) { %> <%= burialSite.burialSiteName %>
<% } } if (milestone.workOrderContracts.length > 0) { for (const contract of milestone.workOrderContracts) { for (const interment of contract.contractInterments) { %> <%= interment.deceasedName %>
<% } } } %>
<% } %>
<% } %>

View and maintain cemeteries.

<% if (user.userProperties.canUpdate) { %> <% } %>
<% if (user.userProperties.isAdmin) { %> <% } %>
<%- include('_footerA'); -%> <%- include('_footerB'); -%>