<%- 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.workOrderLots.length > 0) { for (const lot of milestone.workOrderLots) { %> "> <%= lot.lotName %>
<% } } if (milestone.workOrderLotOccupancies.length > 0) { for (const occupancy of milestone.workOrderLotOccupancies) { for (const occupant of occupancy.lotOccupancyOccupants) { %> "> <%= occupant.occupantName %> <%= occupant.occupantFamilyName %>
<% } } } %>
<% } %>
<% } %>
<% if (user.userProperties.isAdmin) { %>

Administrator Tools

<% if (configFunctions.getConfigProperty("application.ntfyStartup")) { %> <% } %>
<% } %>
<%- include('_footerA'); -%> <%- include('_footerB'); -%>