#*
English email template for Pathways - HTML version.
*#
Hello ${user_name},
You have requested notification whenever new results are found for the search "${query}".
#if($has_item_results)
Here are the top ${num_items_results} item results (out of ${total_items_results} new results found):
#foreach( $result in $item_result_set )
${result.rank}) ${result.name} (${result.type})
#if(${result.lastmodified})Last Modified: ${result.lastmodified}
#end
#if(${result.description}) Description: ${result.description}
#end
#if(${result.tags})
Tags:
#foreach( $tag in $result.tags )
#if( $velocityCount > 1) , #end ${tag.name}
#end
#end
#end
#end
#if($has_people_results)
Here are the top ${num_people_results} people results (out of ${total_people_results} new results found):
#foreach( $result in $people_result_set )
${result.rank}) ${result.name} (${result.type})
#if(${result.lastmodified})Last Modified: ${result.lastmodified}
#end
#if(${result.description}) Description: ${result.description}
#end
#if(${result.tags})
Tags:
#foreach( $tag in $result.tags )
#if( $velocityCount > 1) , #end ${tag.name}
#end
#end
#end
#end
Click here to stop getting these notifications.