%- include('_header'); -%>
| Contract Type | Contract Date | End Date | Interments | |
|---|---|---|---|---|
| <% if (isActive) { %> <% } else { %> <% } %> |
<%= burialSiteContract.contractType %>
#<%= burialSiteContract.burialSiteContractId %> |
<%= burialSiteContract.contractStartDateString %> | <% if (burialSiteContract.contractEndDate) { %> <%= burialSiteContract.contractEndDateString %> <% } else { %> (No End Date) <% } %> | <% if (burialSiteContract.burialSiteContractInterments.length === 0) { %> (No Interments) <% } else { %> <% for (const interment of burialSiteContract.burialSiteContractInterments) { %> <%= interment.deceasedName %> <% } %> <% } %> |