============================================================

Your ${communityName} Newsletter for ${todayDateHeader}

Top and trending company news, curated just for you.

============================================================


<#if (recommendedContent.size() > 0)>
<#assign num = 0 />

<#list recommendedContent as recoBean>
<#if recoBean.jiveObject??>
${recoBean.jiveObject.subject}
[${jiveURL + recoBean.jiveObject.jiveObjectURL}]

<#assign latestAuthor = "" />
<#if recoBean.latestAuthor?? && recoBean.latestAuthor.visible>
<#assign latestAuthor = recoBean.latestAuthor.displayName />
</#if>
${latestAuthor} in ${recoBean.container.name} ${recoBean.modificationTime}

<#if recoBean.jiveObject.text??>
<#if (recoBean.jiveObject.textLength > 192) >
${recoBean.jiveObject.text} ...
<#else>
${recoBean.jiveObject.text}
</#if>
</#if>


<#assign num = num + 1 />
<#if (num >= 8) >
<#break/>
</#if>

</#if>
</#list>

</#if>



<#if (yourContentText?exists && yourContentText.hasNext())>
Updates On Your Contributions
<#assign num = 0 />
<#list yourContentText as content>
     <#if (content.getObjectType() == JiveConstants.THREAD)>
		<#if ((content.viewCount!0) == 1) && (content.messageCount == 2) >
* ${content.subject} [${EmailNotificationHelper.generateTrackableURL(emailTemplateName, JiveResourceResolver.getJiveObjectURL(content, true))}] was viewed 1 time and replied to by 1 person
		<#elseif ((content.viewCount!0) != 1) && (content.messageCount == 2) >
* ${content.subject} [${EmailNotificationHelper.generateTrackableURL(emailTemplateName, JiveResourceResolver.getJiveObjectURL(content, true))}] was viewed ${content.viewCount!0} times and replied to by 1 person
		<#elseif ((content.viewCount!0) != 1) && (content.messageCount != 2) >
* ${content.subject} [${EmailNotificationHelper.generateTrackableURL(emailTemplateName, JiveResourceResolver.getJiveObjectURL(content, true))}] was viewed ${content.viewCount!0} times and replied to by ${content.messageCount-1} people
		<#elseif ((content.viewCount!0) == 1) && (content.messageCount != 2) >
* ${content.subject} [${EmailNotificationHelper.generateTrackableURL(emailTemplateName, JiveResourceResolver.getJiveObjectURL(content, true))}] was viewed 1 time and replied to by ${content.messageCount-1} people
		</#if>
     <#elseif (content.commentDelegator??) >
		<#if ((content.viewCount!0) == 1) && (content.commentDelegator.commentCount == 1) >
* ${content.subject} [${EmailNotificationHelper.generateTrackableURL(emailTemplateName, JiveResourceResolver.getJiveObjectURL(content, true))}] was viewed 1 time and commented on by 1 person
		<#elseif ((content.viewCount!0) != 1) && (content.commentDelegator.commentCount == 1) >
* ${content.subject} [${EmailNotificationHelper.generateTrackableURL(emailTemplateName, JiveResourceResolver.getJiveObjectURL(content, true))}] was viewed ${content.viewCount!0} times and commented on by 1 person
		<#elseif ((content.viewCount!0) != 1) && (content.commentDelegator.commentCount != 1) >
* ${content.subject} [${EmailNotificationHelper.generateTrackableURL(emailTemplateName, JiveResourceResolver.getJiveObjectURL(content, true))}] was viewed ${content.viewCount!0} times and commented on by ${content.commentDelegator.commentCount} people
		<#elseif ((content.viewCount!0) == 1) && (content.commentDelegator.commentCount != 1) >
* ${content.subject} [${EmailNotificationHelper.generateTrackableURL(emailTemplateName, JiveResourceResolver.getJiveObjectURL(content, true))}] was viewed 1 time and commented on by ${content.commentDelegator.commentCount} people
		</#if>
     </#if>
	<#assign num = (num+1) />
	<#if (num >= 5) >
		<#break/>
	</#if>
</#list>
</#if>




Tips and tricks - ${quickTipTitle}
${quickTipPlainBody}




<#if mobileAppPromotionEnabled>
Put ${communityName} in your pocket!

Jive Daily for iOS
[${iosAppDownloadUrl}]

Jive Daily for Android
[${androidAppDownloadUrl}]
</#if>