%- include('_header'); -%>
Cemetery
<% if (burialSite.cemeteryId === null) { %>
(No Cemetery)
<% } else { %>
<%= burialSite.cemeteryName || "(No Name)" %>
<% } %>
Burial Site Type
<%= burialSite.burialSiteType %>
Status
<%= burialSite.burialSiteStatus %>
<%= burialSiteField.burialSiteTypeField %>
<% if (burialSiteField.fieldValue) { %>
<%= burialSiteField.fieldValue %>
<% } else { %>
(No Value)
<% } %>
| Commentor | Comment Date | Comment |
|---|---|---|
| <%= burialSiteComment.recordCreate_userName %> | <%= burialSiteComment.commentDateString %> <%= (burialSiteComment.commentTime === 0 ? "" : burialSiteComment.commentTimePeriodString) %> | <%= burialSiteComment.comment %> |
| Contract Type | Contract Date | End Date | Interments | |
|---|---|---|---|---|
| <% if (isActive) { %> <% } else { %> <% } %> |
<%= contract.contractType %>
#<%= contract.contractId %> |
<%= contract.contractStartDateString %> | <% if (contract.contractEndDate) { %> <%= contract.contractEndDateString %> <% } else { %> (No End Date) <% } %> | <% if (contract.contractInterments.length === 0) { %> (No Interments) <% } else { %> <% for (const interment of contract.contractInterments) { %> <%= interment.deceasedName %> <% } %> <% } %> |