diff --git a/productMods/templates/freemarker/body/partials/individual/propStatement-mailingAddress.ftl b/productMods/templates/freemarker/body/partials/individual/propStatement-mailingAddress.ftl index 8ca8f582..6e9eaead 100644 --- a/productMods/templates/freemarker/body/partials/individual/propStatement-mailingAddress.ftl +++ b/productMods/templates/freemarker/body/partials/individual/propStatement-mailingAddress.ftl @@ -14,18 +14,26 @@ <#if ( statement.street1?has_content || statement.street2?has_content || statement.street3?has_content || statement.city?has_content || statement.state?has_content ||statement.postalCode?has_content || statement.country?has_content )> - + <#-- until the custom form is ready, provide a link to the address profile for editing -->
<#if statement.street1?has_content> -
${statement.street1}
+
${statement.street1}
<#if statement.street2?has_content> -
${statement.street2}
+ <#if !statement.street1?has_content> +
${statement.street2}
+ <#else> +
${statement.street2}
+ <#if statement.street3?has_content> -
${statement.street3}
+ <#if !statement.street1?has_content && !statement.street2?has_content> +
${statement.street3}
+ <#else> +
${statement.street3}
+ <#-- If the subclass is vivo:US Postal Address, or if the country is