<#if commEventContent?has_content> <#list commEventContent as commContent> <#list partyContent as pContent> <#assign partyId = pContent.partyId/> <#if commContent.contentId == pContent.contentId> <#assign content = pContent.getRelatedOne("Content")> <#assign fromDate = commContent.fromDate> <#assign ptype = pContent.partyContentTypeId/>
<#if content?has_content> <#if (content.contentName?has_content)> ${content.contentName?if_exists}
${commContent.fromDate?if_exists}  
<#else> ${uiLabelMap.PartyNoContent}