Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Message Template Definition

Template Name: Action Plan Email

 

Template Subject Example

Action plan for John Wilson

 

Template Body Example

Error rendering macro 'viewpdf' : Failed to find attachment with Name ActionPlanEmail.pdf

 

Template Subject Code

Action plan for ${fullName}

 

Template Body Code

<html><body>Dear ${fullName},<br/><br/>

                The following resources and goals have been identified to assist with achieving your success.<br/><br/><br/>

                #foreach($taskTO in $taskTOs)

                    <b>Resource:</b> ${taskTO.name}<br/>

                    #if(${taskTO.description} && ${taskTO.description.trim()} != "" )<b>Description:</b> ${taskTO.description}<br/>#end

                    #if(${taskTO.link} && ${taskTO.link.trim()} != "" )<b>Link:</b> ${taskTO.link}<br/>#end

                #end <br/>

                #if($goalTOs && $goalTOs.size() > 0)

                    #foreach($goalTO in $goalTOs)

                        <b>Goal:</b> ${goalTO.name}<br/>

                        #if(${goalTO.description} && ${goalTO.description.trim()} != "" )<b>Description:</b> ${goalTO.description}<br/>#end

                    #end

                #end<br/>

                #if($strengthTOs && $strengthTOs.size() > 0)

                    #foreach($strengthTO in $strengthTOs)

                        <b>Strength:</b> ${strengthTO.name}<br/>

                        #if(${strengthTO.description} && ${strengthTO.description.trim()} != "" )<b>Description:</b> ${strengthTO.description}<br/>#end

                    #end<br/>

                #end

                If you have any questions concerning the resources or goals, please contact the resource in question or your coach/advisor.<br/><br/>

                Thank you.</body></html>

 

 

 

  • No labels