%- include('_header'); -%>
Work Order Type
<%= workOrder.workOrderType %>
Description
<% if (workOrder.workOrderDescription) { %>
<%= workOrder.workOrderDescription %>
<% } else { %>
(No Description)
<% } %>
<%= configFunctions.getConfigProperty("aliases.workOrderOpenDate") %>
<%= workOrder.workOrderOpenDateString %>
<%= configFunctions.getConfigProperty("aliases.workOrderCloseDate") %>
<% if (workOrder.workOrderCloseDate) { %>
<%= workOrder.workOrderCloseDateString %>
<% } else { %>
(No <%= configFunctions.getConfigProperty("aliases.workOrderCloseDate") %>)
<% } %>
| Contract Type | Burial Site | Contract Date | End Date | Contacts | |
|---|---|---|---|---|---|
| <% if (isActive) { %> <% } else { %> <% } %> |
<%= contract.contractType %>
#<%= contract.contractId %> |
<% if (contract.burialSiteId) { %> <%= contract.burialSiteName %> <% } else { %> (No Burial Site) <% } %> | <%= contract.contractStartDateString %> | <% if (contract.contractEndDate) { %> <%= contract.contractEndDateString %> <% } else { %> (No End Date) <% } %> |
|
| Burial Site | Cemetery | Burial Site Type | Status |
|---|---|---|---|
| <%= burialSite.burialSiteName %> | <%= burialSite.cemeteryName %> | <%= burialSite.burialSiteType %> | <%= burialSite.burialSiteStatus %> |
| Commentor | Comment Date | Comment |
|---|---|---|
| <%= workOrderComment.recordCreate_userName %> | <%= workOrderComment.commentDateString %> <%= (workOrderComment.commentTime === 0 ? "" : workOrderComment.commentTimePeriodString) %> | <%= workOrderComment.comment %> |