diff --git a/productMods/templates/freemarker/body/partials/individual/propStatement-mailingAddress.ftl b/productMods/templates/freemarker/body/partials/individual/propStatement-mailingAddress.ftl index 4dc1472b..c3f98161 100644 --- a/productMods/templates/freemarker/body/partials/individual/propStatement-mailingAddress.ftl +++ b/productMods/templates/freemarker/body/partials/individual/propStatement-mailingAddress.ftl @@ -32,7 +32,7 @@
${cityStateZip}
<#else> -
${statement.city!}
+ <#if statement.city?has_content>
${statement.city!}
<#if statement.state?has_content>
${statement.state}
<#if statement.postalCode?has_content>
${statement.postalCode}