%- include('_header'); -%>
| 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 %> <% } %> <% } %> |