diff --git a/views/contract-view.ejs b/views/contract-view.ejs index dbf799d9..5fe8aebf 100644 --- a/views/contract-view.ejs +++ b/views/contract-view.ejs @@ -19,11 +19,29 @@ -

- Contract - #<%= contract.contractId %>: - <%= contract.burialSiteName || "(No Burial Site)" %> -

+
+
+
+

+ Contract + #<%= contract.contractId %>: + <%= contract.burialSiteName || "(No Burial Site)" %> +

+
+
+ <% if (contract.contractEndDate) { %> +
+
+ + + + + Finalized + +
+
+ <% } %> +
@@ -614,7 +632,20 @@ <% if (contract.contractComments.length > 0) { %>
-

Comments

+
+
+
+
+

Comments

+
+
+
+
+ +
+
+
+