diff --git a/productMods/templates/freemarker/body/partials/individual/propStatement-advisorIn.ftl b/productMods/templates/freemarker/body/partials/individual/propStatement-advisorIn.ftl
index b2324fc5..120ff493 100644
--- a/productMods/templates/freemarker/body/partials/individual/propStatement-advisorIn.ftl
+++ b/productMods/templates/freemarker/body/partials/individual/propStatement-advisorIn.ftl
@@ -15,10 +15,14 @@
an rdfs:label. So check to see if there's an advisee first. If not, just display the label. -->
<#local linkedIndividual>
<#if statement.advisee??>
- ${statement.adviseeLabel!},
+ <#if statement.degreeLabel?? || statement.dateTimeStart?? || statement.dateTimeEnd?? >
+ ${statement.adviseeLabel!},
+ <#else>
+ ${statement.adviseeLabel!}
+ #if>
<#if statement.degreeLabel??>
${statement.degreeAbbr!statement.degreeLabel!}
- <#if statement.dateTimeStart??> candidate,<#else> candidate#if>
+ <#if statement.dateTimeStart?? || statement.dateTimeEnd?? > candidate,<#else> candidate#if>
#if>
<#elseif statement.advisoryLabel??>
${statement.advisoryLabel!statement.localName}