<#macro party p> <#if p?has_content> ${p.Name} <#if p.Address_1?exists> ${p.Address_1} <#if p.Address_2?exists> ${p.Address_2} <#if p.Address_3?exists> ${p.Address_3} <#if p.City?has_content || p.Country?has_content> <#if p.City?has_content> ${p.City}, ${p.State?if_exists} ${p.Zip?if_exists}, ${p.Country?if_exists} <#if p.Contact_Name?has_content> Contact: ${p.Contact_Name} <#if p.Phone?has_content||p.Fax?has_content> Tel: ${p.Phone} Fax: ${p.Fax}