diff --git a/src/main/webapp/WEB-INF/templates/child_cards.ftl b/src/main/webapp/WEB-INF/templates/child_cards.ftl
index 81bacd3..9efb2d1 100644
--- a/src/main/webapp/WEB-INF/templates/child_cards.ftl
+++ b/src/main/webapp/WEB-INF/templates/child_cards.ftl
@@ -31,7 +31,7 @@
<#list 0..1 as i>
-
+ |
${child.simpleName}
${child.lastName}
|
@@ -39,7 +39,7 @@
-
+ |
${child.simpleName}
${child.lastName}
|
diff --git a/src/main/webapp/WEB-INF/templates/communication_report.ftl b/src/main/webapp/WEB-INF/templates/communication_report.ftl
index a995a54..64d0b93 100644
--- a/src/main/webapp/WEB-INF/templates/communication_report.ftl
+++ b/src/main/webapp/WEB-INF/templates/communication_report.ftl
@@ -53,22 +53,18 @@
${child.name} |
- <#if (child.guardians)??>
- <#list child.guardians as guardian>
- -
- ${guardian.name}
- ${relationshipTypeMap[guardian.relationship]}
- <#if (guardian.telephones)??>
- <#list guardian.telephones as telephone>
- |${telephone.number} ${phoneTypeMap[telephone.type]}
- #list>
- #if>
-
- #list>
- #if>
+ <#list child.guardians! as guardian>
+ -
+ ${guardian.name}
+ ${relationshipTypeMap[guardian.relationship]}
+ <#list guardian.telephones! as telephone>
+ |${telephone.number} ${phoneTypeMap[telephone.type]}
+ #list>
+
+ #list>
|
- ${child.notes!''} |
+ ${child.notes!} |
#list>